es6-node-boilerplate
es6-node-boilerplate copied to clipboard
Tests always exit with status code 0
Regardless of whether tests pass the task will exit with a status code 0.
Verified by cloning and adding the following test
expect(false).to.be.ok;
Related:
https://github.com/babel/babel-library-boilerplate/pull/126
//cc @tkellen, if you ended up using this for Endpoints, then this will affect you. I have a solution that works, but just know that the problem is still outstanding w. the Gulpfile you might be currently using.