0.2.1 • Published 10 years ago

hydro-focus v0.2.1

Weekly downloads
2
License
-
Repository
github
Last release
10 years ago

NPM
version Build Status

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-focus

component:

component install hydrojs/hydro-focus

standalone:

<script src="hydro-focus.js"></script>

Tests

$ npm test

License

The MIT License (see LICENSE)

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago