hydro-focus
v0.2.1
Published
Run only the first test with 'focus' tag
Readme
hydro-focus
Synopsis
Run only the first test with "focus" tag
Usage
Config:
hydro.set({
plugins: ['hydro-focus']
});With meta tag:
test('focus method on test', 'focus', function() {
});By invoking a method:
test('focus method on test', function() {
}).focus();Installation
npm:
npm install hydro-focuscomponent:
component install hydrojs/hydro-focusstandalone:
<script src="hydro-focus.js"></script>Tests
$ npm testLicense
The MIT License (see LICENSE)


