-
-
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
chore: migrate @jest/core to TypeScript #7998
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
7bbf001
chore: migrate @jest/core to TypeScript
SimenB 2cf4192
fix some errors
SimenB 7b38a4a
link to PR
SimenB e48cd88
fix a couple more type errors
SimenB ec55efa
rollback patpern prompt changes for easier review
SimenB f15468c
fix patternprompt onchange argument types
SimenB 0dda5d9
correct stream type
SimenB 0f12413
play around with some tests
SimenB 6110e0b
fix test
SimenB 75a28e6
Merge branch 'master' into ts-jest-core
SimenB deaaf39
fix final errors
SimenB b1fb018
Merge branch 'master' into ts-jest-core
SimenB b787db0
fix type import of async_hooks
SimenB 5345e40
Merge branch 'master' into ts-jest-core
SimenB 3d60689
add jest-validate reference
SimenB 9153220
lint
SimenB 985c189
Merge branch 'master' into ts-jest-core
SimenB 366b04b
missing comma :/
SimenB 8a24f0e
prettify snapshot an revert potentially breaking change
SimenB 0d34ddd
Apply suggestions from code review
jeysal a0db1a4
remove passWithNoTests from options allowed to be set in watch mode
SimenB ffc449a
cleanup filter hit stats counter
SimenB 3d424f8
less optional args
SimenB e90ea19
private test scheduler
SimenB b2437c4
avoid Object type
SimenB ac82194
functions should return void, not any
SimenB aea4808
clarify ignore comment
SimenB 34edc50
remove dead code
SimenB ddf52ee
less dumb test
SimenB b149594
WatchPluginClass
jeysal File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
4.0.1 has typings