Abort hydro tests on first failure
npm install hydro-fail-fast


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