testing guide

This commit is contained in:
Nicolas Stepien 2012-10-13 18:20:46 +02:00
parent 242eadd028
commit 73126fdba1

View File

@ -26,6 +26,11 @@ Open your console with:
- Build with `grunt`.
- For development (continuous builds), run `grunt watch`.
### Test
- You must have [PhantomJS](http://phantomjs.org/) installed. (need [help](https://github.com/gruntjs/grunt/blob/master/docs/faq.md#why-does-grunt-complain-that-phantomjs-isnt-installed)?)
- Run test units with `grunt test`.
### Release
- To patch, run `grunt patch` (`0.0.x` version bump).