Update configs to run karma tests locally on top of compiled code

Change-Id: I866a833e0aba6b9036b9d5e44df24e5a056a4f98
This commit is contained in:
Dmitrii Filippov
2020-06-19 15:28:17 +02:00
parent cce4b10c3b
commit 887226ce0e
3 changed files with 6 additions and 3 deletions

View File

@@ -190,8 +190,10 @@ npm run test:single async-foreach-behavior_test.js
npm run test:debug async-foreach-behavior_test.js
```
* You can run tests in IDE:
* You can run tests in IDE. :
- [IntelliJ: running unit tests on Karma](https://www.jetbrains.com/help/idea/running-unit-tests-on-karma.html#ws_karma_running)
- You should configure IDE to compile typescript before running tests.
## Style guide