Socket
Book a DemoInstallSign in
Socket

hydro-focus

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hydro-focus

Run only the first test with 'focus' tag

latest
Source
npmnpm
Version
0.2.1
Version published
Maintainers
1
Created
Source

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)

Keywords

hydroplugin

FAQs

Package last updated on 21 Jan 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts