1
0
Fork 0
mirror of https://github.com/heyarne/airsonic-ui.git synced 2026-05-06 18:33:38 +02:00

Add tests for auth process

This commit is contained in:
Arne Schlüter 2018-05-30 14:45:11 +02:00
commit ed060e55b6
5 changed files with 54 additions and 23 deletions

View file

@ -38,6 +38,8 @@ This project uses [karma](https://karma-runner.github.io/) for tests. Make sure
$ npm test
```
**Note:** If you want nice console output in your tests, make sure to `(enable-console-print!)`. You can call `println` afterwards like you're used to.
## Build artifacts