-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Inject deprecationEntries from jest-config to jest-validate.
#6067
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
Changes from 1 commit
61e95ee
37c4988
304da8b
1020177
feadbe7
acb5231
1856c01
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,10 +2,10 @@ | |
|
|
||
| ### Features | ||
|
|
||
| * `[jest-config]` According to #5828, moves `deprecationEntries` from | ||
| * `[jest-config]` According to ([#5828](https://github.com/facebook/jest/issues/5828)), moves `deprecationEntries` from | ||
| `jest-config` to `jest-validate`. | ||
| ([#6067](https://github.com/facebook/jest/pull/6067)) | ||
| * `[jest-validate]` According to #5828, moves `deprecationEntries` from | ||
| * `[jest-validate]` According to ([#5828](https://github.com/facebook/jest/issues/5828)), moves `deprecationEntries` from | ||
|
||
| `jest-config` to `jest-validate`. | ||
|
||
| ([#6067](https://github.com/facebook/jest/pull/6067)) | ||
| * `[jest-runtime]` Fix typo. | ||
|
||
|
|
||
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.
it's not moved, it's injected now. mind fixing?
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.
Indeed