From d03a26bdacf34a5b4dd5e3cb9829b9a0736c17b4 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Mon, 22 Oct 2012 20:47:01 -0500 Subject: [PATCH] Adding example to README --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bfdad31..ab649d6 100644 --- a/README.md +++ b/README.md @@ -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].