Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Latest commit

 

History

History
39 lines (28 loc) · 1.01 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.01 KB

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.