-
Notifications
You must be signed in to change notification settings - Fork 1
Testing
nickmartin90 edited this page Feb 11, 2015
·
5 revisions
The server will be tested using QUnit. This test framework is already included with mean.io.
To run the server tests: ''' grunt test ''' This will execute our custom tests, as well as other tests that mean.io created for their packages. It would be nice if there was a way to skip all of their tests (without simply removing their test code from the repo).
Our tests are located in '''budget-tracker/packages/custom/budget/tests/budget.test.js'''.