es6-node-boilerplate
es6-node-boilerplate copied to clipboard
A boilerplate to author, then transpile, Node libraries in ES6.
Results
3
es6-node-boilerplate issues
Sort by
recently updated
recently updated
newest added
Regardless of whether tests pass the task will exit with a status code 0. Verified by cloning and adding the following test ``` js expect(false).to.be.ok; ```
bug