--auto-watch option, and changes will be reflected in the test output.karma --version): 3.1.3karma.config.js file: See css-vars-ponyfill/karma.confnpm run dev. This runs both the build and test tasks in watch mode./tests directory. Notice the file has to be saved twice in order for changes to be reflected./src directory. Notice the changes are not reflected until a file in /tests is saved.npm i -D [email protected]I can confirm I'm seeing the same with the 3.1.3 release. If I pin the version to 3.1.1 in package.json then the bug goes away.
Same here. Downgrading to 3.1.1 works as expected (tests effectively re-run)
This seems to be a duplicate of https://github.com/karma-runner/karma/issues/3226, which is fixed by https://github.com/karma-runner/karma/pull/3230. Just wait for a new release.
Appears to be fixed in 3.1.4.
Thanks for the quick turnaround! 馃帀
Most helpful comment
Same here. Downgrading to 3.1.1 works as expected (tests effectively re-run)