nathanboktae / mocha-casperjs

Write CasperJS tests using Mocha
MIT License
120 stars 30 forks source link

Show error message if test script wasn't included #81

Closed denar90 closed 8 years ago

nathanboktae commented 8 years ago

Now mocha-casperjs will exit with code 0 if it fails to load all your tests... Bad idea. If a test file fails to load, it should fail. This is how mocha behaves in Node.js.

Also you should never update package.json in a PR - the release train is a separate thing.

denar90 commented 8 years ago

Got it.