bensu / doo

doo is a library and lein plugin to run cljs.test on different js environments.
Eclipse Public License 1.0
324 stars 63 forks source link

[upstream] Slimer doesn't exit with proper exit code #39

Open bensu opened 8 years ago

bensu commented 8 years ago

See https://github.com/laurentj/slimerjs/pull/278

bensu commented 8 years ago

This will be solved in Slimer's next release.

danielcompton commented 8 years ago

The test commands in circle.yml will also need to be uncommented when this fix is released.

bensu commented 8 years ago

Slimer's 0.10 is here and solves this issue, but it hasn't made its way to convenient installation methods like brew or npm yet.

timgilbert commented 7 years ago

SlimerJS 0.10.1 is available on homebrew now (and I've verified that slimer.exit(42) works correctly). I haven't tried it on CircleCI personally, but I presume it's installable via this method.