-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Karma runner is too fast #688
Comments
I'm happy to provide any information about my system and karma configuration. Please let me know what you'd like to see. |
What editor are you using ? Are you on remote FS or something like that ? |
Nope, no remote FS. And I'm using vim. On Thu, Aug 8, 2013 at 1:28 PM, Vojta Jina [email protected] wrote:
David Sanders |
I think this is a known issue with Chokidar, see #199 and paulmillr/chokidar#35 for workaround. I'm closing this as dupl, please re-open if you think it's a different issue. |
Yes, that looks exactly like the issue I'm having. I'll try |
I'm having an issue with karma where I will save a file and karma will detect file changes before the file is even finished being written to disk (or something like that -- I'm not exactly sure what's happening). It then incorrectly reports that half of my test suite is failing because the file being saved cannot be imported.
The text was updated successfully, but these errors were encountered: