I can\'t find a way how to stop some part of it\'s from run if one of them failed
it
I\'m using mocha-as-promised, so the code might look diff
mocha-as-promised
Mocha supports bailing after the first test failure, is that what you want?
From mocha --help:
mocha --help
-b, --bail bail after first test failure