-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Unit Tests] Get test:watch working again #5306
Comments
I was looking into this a little bit earlier today, and I noticed that running Running it in verbose mode, karma says it keeps detecting file changes after each test run has completed. So I wonder if some files are being watched that shouldn't be? |
@ozyx this doesn't have any priority right now, but that's the behavior that I just saw. I haven't used it before so it's possible that it hasn't worked for years |
Testing NotesRun test:watch and verify that the tests are retriggered ONLY when modify the testcode or the application code |
Not Fixed Locally: Testathon: 7/8/22 This looks to be running in a loop... |
Testathon 7/11/22: confirmed looping when run locally |
Summary
At some point, the test:watch npm script was broken. Let's get it working again!
The text was updated successfully, but these errors were encountered: