Skip to content
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

upgrade jest related pkgs #2502

Merged
merged 1 commit into from
Feb 5, 2024
Merged

Conversation

jimmytsang
Copy link
Contributor

No description provided.

@@ -29,7 +29,7 @@ module.exports = {
moduleDirectories: ['node_modules'],
reporters: ['default', 'jest-junit'],
setupFilesAfterEnv: [
'@testing-library/jest-dom/extend-expect',
'@testing-library/jest-dom',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jest-dom major version upgrade breaking change https://github.com/testing-library/jest-dom/releases/tag/v6.0.0

extend-expect was not documented in the Readme, so this change should
have minimal impact.
Users can now use the following import paths to automatically extend
"expect" for their chosen test platform:
@testing-library/jest-dom - jest (@types/jest)

Signed-off-by: jtsang01 <jimmy.tsang@yahooinc.com>
@havetisyan havetisyan merged commit f2746ba into AthenZ:master Feb 5, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants