@mattjay You'll need to pull and npm install again as I changed some dependencies and added some features.
grunt test:unit - runs unit tests with coverage (will fail if % too low)
grunt autotest - same as above but watches for file changes and re-runs tests
npm test - runs unit tests with coverage and e2e test.
@mattjay You'll need to pull and npm install again as I changed some dependencies and added some features.
grunt test:unit - runs unit tests with coverage (will fail if % too low) grunt autotest - same as above but watches for file changes and re-runs tests npm test - runs unit tests with coverage and e2e test.