Abort hydro tests on first failure.
Config:
hydro.set({
plugins: ['hydro-fail-fast'],
'fail-fast': true,
});
CLI:
$ hydro --fail-fast
npm install hydro-fail-fast
component install hydrojs/hydro-fail-fast
<script src="hydro-fail-fast.js"></script>
$ npm test
Coverage:
$ npm run coverage
The MIT License (see LICENSE)