You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.
When running npm run test-live tests should run only once on file change.
Actual behaviour
When running npm run test-live tests run twice on file change.
It's probably related to this [0]
Actually, watching with webpack is better since the tests will be rerun only once - after webpack rebuilds test_index.js.
Watching with karma means that karma will run tests upon change some_test.js and after webpack rebuilds the test_index.js
Expected behaviour
When running
npm run test-live
tests should run only once on file change.Actual behaviour
When running
npm run test-live
tests run twice on file change.It's probably related to this [0]
[0] codymikol/karma-webpack#23 (comment)
The text was updated successfully, but these errors were encountered: