Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 158 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 158 Bytes

Setup and run tests

  • Run via Grunt
    • Install dependencies; npm install;
    • Run tests in browser: grunt;
    • Run headless: grunt jasmine;