🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

grunt-it

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-it

A grunt task for executing tests written with the it test framework

1.0.1
Source
npm
Version published
Weekly downloads
63
-26.74%
Maintainers
3
Weekly downloads
 
Created
Source

grunt-it

A grunt task for executing tests written with the it test framework

Getting Started

Install this grunt plugin next to your project's grunt.js gruntfile with: npm install grunt-it

Then add this line to your project's grunt.js gruntfile:

grunt.loadNpmTasks('grunt-it');

Documentation

Add the following to your grunt.js file.

it : {
    all : {
        src : 'test/**/*.test.js',
        options : {
            timeout : 3000, // not fully supported yet
            reporter : 'dotmatrix'
        }
    }
}

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.

Release History

(Nothing yet)

License

Copyright (c) 2012 Nick Nisi
Licensed under the MIT license.

Keywords

gruntplugin

FAQs

Package last updated on 31 Dec 2015

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