-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Fix invalid re-run of tests in watch mode #7347
Fix invalid re-run of tests in watch mode #7347
Conversation
d4712c4
to
9505866
Compare
fe53472
to
df7b3da
Compare
I generalized the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking nice!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super awesome refactor!
@rubennorte land this? 🙂 |
1 year anniversary - any news @rubennorte? 😀 I can merge in master at least |
4d4b2fd
to
340d65c
Compare
I'm unable to make the new test in this PR pass, even using node 8 and being on this very commit... :( |
340d65c
to
49b5d5d
Compare
49b5d5d
to
54f4418
Compare
Rebased and fixed the test, hope it's ready to go now |
@thymikee copyright check failed. Rebase on master for windows fix |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
Fixes #7124. Watch mode shouldn't trigger a new test run when only the access time of the file has been modified.
Test plan
Added e2e tests.