karma plugin issue
Run any karma test that has a failing test - it will be marked as a failure.
Correct the test, save the file, and re-run the test; don't stop the running karma server.
It is still marked as a failure - it's like the file was never changed.
If you completely stop the karma server and re-launch the test it works correctly. Also, because of this, selecting the "auto-test" toggle does not work either (nice feature btw, - use it a lot)
IntelliJ IDEA 2016.3 EAP
Build #IU-163.7342.3, built on November 1, 2016
IntelliJ IDEA EAP User
Expiration date: December 1, 2016
JRE: 1.8.0_112-release-408-b2 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Karma Plugin:
Version: 163.6110.28
Integration with Karma, a spectacular test runner for JavaScript
Vendor
JetBrains
Please sign in to leave a comment.
What karma packages do you use? Please attach your karma.config.json
I see. The problem is that the actual spec files you are editing are not loaded by karma - it loads the generated bundle instead. Please see https://youtrack.jetbrains.com/issue/WEB-21308#comment=27-1411115