From 73126fdba1b25400ff68f478949ec0fbdab10854 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sat, 13 Oct 2012 18:20:46 +0200 Subject: [PATCH] testing guide --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index df1bdbff8..00ecbcfab 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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).