-
-
Notifications
You must be signed in to change notification settings - Fork 257
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
Migrate tests away from enzyme to react-testing-library #524
Conversation
update to remote master
merge in master
update to master
merge changes
merge in from master
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.
Great job!
I think you'll probably need to update jest.setup.js
to drop all enzyme references from there.
(One option would be to remove the file but it is likely that we'll need at some point in the future...)
After that we should be all good!
unlock-app/src/__tests__/components/lock/ShowUnlessUserHasKeyToAnyLock.test.js
Outdated
Show resolved
Hide resolved
unlock-app/src/__tests__/components/lock/ShowUnlessUserHasKeyToAnyLock.test.js
Outdated
Show resolved
Hide resolved
unlock-app/src/__tests__/components/lock/ShowUnlessUserHasKeyToAnyLock.test.js
Outdated
Show resolved
Hide resolved
unlock-app/src/__tests__/components/lock/ShowUnlessUserHasKeyToAnyLock.test.js
Outdated
Show resolved
Hide resolved
unlock-app/src/__tests__/components/lock/ShowUnlessUserHasKeyToAnyLock.test.js
Outdated
Show resolved
Hide resolved
Co-Authored-By: cellog <[email protected]>
Co-Authored-By: cellog <[email protected]>
Co-Authored-By: cellog <[email protected]>
Co-Authored-By: cellog <[email protected]>
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.
💯
Thanks a lot @cellog ! |
Fixes #467