Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 395 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 395 Bytes

Run Tests

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/