Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 12 hours ago
JSON representation

Template for writing utils in ES6 (`export default` syntax) with babel and test by mocha with sinon.

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).