Update development.md

This commit is contained in:
Juho Teperi 2018-02-05 16:26:28 +02:00 committed by GitHub
parent 27be89297c
commit ae532864ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,12 @@
## Running tests
The tests use [Karma](https://karma-runner.github.io/2.0/index.html) to run tests on browsers. You need to install `karma` command to run the tests:
```bash
npm install -g karma-cli
```
To prepare different environments for tests run:
```bash