Unit test boilerplate for extensions or components that rely on the files in vendor/
$ ll vendor
total 1008
-rw-r--r-- 1 53155 Oct 22 13:58 backbone-0.9.2.js
-rw-r--r-- 1 266882 Oct 22 14:05 jquery-1.8.2.js
-rw-r--r-- 1 133962 Oct 22 14:03 lodash-0.8.2.js
-rw-r--r-- 1 54474 Nov 13 12:53 marionette-1.0.0-beta5.js
If you haven't used grunt before, be sure to check out the Getting Started guide.
Install grunt's command line interface if not already installed
$ sudo npm install -g grunt-cli
Install dependencies
$ npm install
$ grunt test
$ grunt test-web
- 2012-11-12 - v0.1.0 - Initial release