# Writing, running and debugging tests

## Conventions

See code-conventions.md Tests sections for mode details.

## Mocking

...

## Unit, integration, and acceptance tests

### Unit tests

To run tests from console: grunt utest
To run tests in the browser: 
* grunt utest (to add any new files)
* npm start
* file://path/to/project/test/runner.html