-
-
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
Move jest-each to core #6278
Merged
Merged
Move jest-each to core #6278
Changes from 13 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
d607493
Copy jest-each into jest core
mattphillips dae5dbd
Add npm ignore to jest-each
mattphillips 4a0d2fe
Update package to follow jest standards
mattphillips 2b02670
Remove examples from jest-each
mattphillips 47d5150
Remove nested gitignore
mattphillips 1c4e907
Remove licenses and broken links
mattphillips 061cdcb
Replace vsprint for node util
mattphillips 5ecdcaa
Move jest-each tests to __tests__ folder
mattphillips c231b93
Remove ci build
mattphillips bf85fe7
Remove lockfile
mattphillips 4e8864b
Fix lint errors
mattphillips d5fae40
Fix object spread/rest with Object.assign
mattphillips 3e30540
Add changelog entry
mattphillips 3d3da16
Add mocks to be ignored
mattphillips b5989ac
Update version to 23
mattphillips 5b0379e
Update change to be a chore
mattphillips 9d40446
Fix mardown linting
mattphillips 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
**/__tests__/** | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We can add There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yeah, this should copy all of the other npmignores, but add |
||
src | ||
assets |
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.
?
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.
Also I think this is more of a chore action, but I'm probably wrong. cc @SimenB
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.
I agree - the feature has already landed in Jest, moving this package in is just a step on the way for circus to get the feature as well