-
-
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
feat(jest-core, jest-watcher)!: move TestWatcher
class to jest-watcher
#12652
Conversation
@@ -6,9 +6,9 @@ | |||
* | |||
*/ | |||
|
|||
import {TestWatcher} from '@jest/core'; |
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.
do we still need the dep on @jest/core
?
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.
Seems like jest-runner
did not list it as a dependency 🤷♂️
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.
oh, haha
This reverts commit eb199bd.
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.
👍
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
As a TODO comment in
jest-runner
mentioned, it seems to be good idea to moveTestWatcher
class tojest-watcher
. Noticed it while working on #12646 and just could not leave it.Test plan
Green CI.