es6-node-boilerplate icon indicating copy to clipboard operation
es6-node-boilerplate copied to clipboard

Tests always exit with status code 0

Open megawac opened this issue 10 years ago • 2 comments

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;

megawac avatar Mar 22 '15 16:03 megawac

Related:

https://github.com/babel/babel-library-boilerplate/pull/126

jamesplease avatar Mar 22 '15 16:03 jamesplease

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

jamesplease avatar Mar 22 '15 16:03 jamesplease