With PhantomJS
# Using Node.js on your dev environment
# cd into the project root and install dev dependencies
npm install -l
# To run the tests, first ensure you have PhantomJS and the PhantomJS runner for Mocha i.e.
npm install -g mocha-phantomjs phantomjs
# Then...
grunt test
Or in a browser navigate too tests/specs/