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
- Host: GitHub
- URL: https://github.com/codingitwrong/class-property-arrow-functions
- Owner: CodingItWrong
- Created: 2017-12-20T11:53:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-06T12:45:31.000Z (over 7 years ago)
- Last Synced: 2025-03-10T11:35:21.481Z (4 months ago)
- Topics: ecmascript
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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