Remove Karma scripts and docs

This commit is contained in:
Tobias Skarhed
2018-08-14 09:28:08 +02:00
parent 8dbc75ceea
commit e696dc4d5f
6 changed files with 10 additions and 50 deletions
+5 -1
View File
@@ -7,7 +7,11 @@ grunt && grunt watch
### Rerun tests on source change
```
grunt karma:dev
npm jest
```
or
```
yarn jest
```
### Run tests for backend assets before commit