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

Commit

Permalink
Adding example to README
Browse files Browse the repository at this point in the history
  • Loading branch information
nicknisi committed Oct 23, 2012
1 parent 45f89c9 commit d03a26b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,18 @@ grunt.loadNpmTasks('grunt-it');
[getting_started]: https://github.com/gruntjs/grunt/blob/master/docs/getting_started.md

## Documentation
_(Coming soon)_

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][grunt].
Expand Down

0 comments on commit d03a26b

Please sign in to comment.