-
Notifications
You must be signed in to change notification settings - Fork 24
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
Test Migration (React Upgrade / React Testing Library) #1159
Labels
Milestone
Comments
This was referenced Feb 3, 2024
anastasialanz
added a commit
that referenced
this issue
Feb 5, 2024
Switches the Tag tests to use React Testing Library and corrects the paths for `setupFilesAfterEnv` and `collectCoverageFrom` in the `jest.config.ts`. Co-authored-by: Jason <jason@scurker.com> #1159
This was referenced Feb 7, 2024
This was referenced Feb 14, 2024
scurker
changed the title
Test Migration (React Upgrade)
Test Migration (React Upgrade / React Testing Library)
Feb 26, 2024
This was referenced Feb 26, 2024
anastasialanz
added a commit
that referenced
this issue
Feb 27, 2024
This was referenced Feb 27, 2024
This was referenced Feb 28, 2024
This was referenced Apr 23, 2024
This was referenced Apr 24, 2024
This was referenced Jun 7, 2024
This was referenced Jun 10, 2024
This was referenced Jun 17, 2024
All tests have been migrated! 🎉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to migrate away from using Enzyme as it doesn't support newer versions of React. This means we need to refactor all of our existing tests to utilize React Testing Library.
Tasks
The text was updated successfully, but these errors were encountered: