Skip to content

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 mean.io's built-in tests (without just blowing away their testing code from the repo...).

Our tests are located in budget-tracker/packages/custom/budget/tests/budget.test.js.

There is currently one test (save and delete transaction). But more will later this week


.

Clone this wiki locally