karma-jspm icon indicating copy to clipboard operation
karma-jspm copied to clipboard

New test files not being run

Open JSlain opened this issue 8 years ago • 0 comments

While using karma to do TDD (with {autowatch:true, singleRun:false}), there's an issue when I add a new file.

Karma detects the change (and restart a test run), but the tests in the new file aren't executed.

Also, if you delete an existing test file, Karma still detects there's a change in the filesystem and restart a test run, but the removed test file tests are still being run!

I tried with nocache:true, but it seems to only affects what is being served, and it crashes as it tries to download and run the now-unexisting test file.

JSlain avatar Jun 29 '16 13:06 JSlain