Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/legend80s/template-es6-utils
Template for writing utils in ES6 (`export default` syntax) with babel and test by mocha with sinon.
https://github.com/legend80s/template-es6-utils
babel es6-boilerplate mochajs sinonjs template testing utils
Last synced: 14 days ago
JSON representation
Template for writing utils in ES6 (`export default` syntax) with babel and test by mocha with sinon.
- Host: GitHub
- URL: https://github.com/legend80s/template-es6-utils
- Owner: legend80s
- License: mit
- Created: 2019-10-29T12:03:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-05T03:12:05.000Z (about 5 years ago)
- Last Synced: 2024-11-06T13:56:38.352Z (2 months ago)
- Topics: babel, es6-boilerplate, mochajs, sinonjs, template, testing, utils
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# template-es6-utils
Template for writing utils in ES6 (`export default` syntax) with babel and test by mocha with sinon.
Folder structure follow [mocha-examples/babel](https://github.com/mochajs/mocha-examples/tree/master/packages/babel).