hydro-focus

0.2.1 • Public • Published

NPMversion 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)

Dependencies (0)

    Dev Dependencies (12)

    Package Sidebar

    Install

    npm i hydro-focus

    Weekly Downloads

    3

    Version

    0.2.1

    License

    MIT

    Last publish

    Collaborators

    • vesln
    • jkroso