An open API service indexing awesome lists of open source software.

https://github.com/codingitwrong/class-property-arrow-functions

A demonstration of the benefits of property arrow functions
https://github.com/codingitwrong/class-property-arrow-functions

ecmascript

Last synced: 3 months ago
JSON representation

A demonstration of the benefits of property arrow functions

Awesome Lists containing this project

README

        

# Mocha Sandbox

A sandbox for writing Mocha/Chai/Sinon tests

## Requirements

- [Node.js](https://nodejs.org/en/)
- Optional: [Yarn](https://yarnpkg.com/en/docs/install)

## Usage

### Using NPM

- `npm install`
- `npm test`
- `npm run lint`

### Using Yarn

- `yarn install`
- `yarn test`
- `yarn lint`

## License

MIT