Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New test files not being run #163

Open
JSlain opened this issue Jun 29, 2016 · 0 comments
Open

New test files not being run #163

JSlain opened this issue Jun 29, 2016 · 0 comments

Comments

@JSlain
Copy link

JSlain commented Jun 29, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant