0.0.2 • Published 12 years ago
hydro-fail-fast v0.0.2
hydro-fail-fast
Synopsis
Abort hydro tests on first failure.
Usage
Config:
hydro.set({
plugins: ['hydro-fail-fast'],
'fail-fast': true,
});CLI:
$ hydro --fail-fastInstallation
npm:
npm install hydro-fail-fastcomponent:
component install hydrojs/hydro-fail-faststandalone:
<script src="hydro-fail-fast.js"></script>Tests
$ npm testCoverage:
$ npm run coverageLicense
The MIT License (see LICENSE)


