-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Jest 26 #8954
Comments
Thoughts on shipping with |
I'll give it a go @SimenB and see if we run into any issues! |
any idea when the 4.0 release will be? |
5 tasks
grahamhoyes
added a commit
to ieeeuoft/hackathon-template
that referenced
this issue
Jun 5, 2020
Fixes a `MutationObserver shim removed` error in testing with findBy*. This is a temporary patch until the next version of create-react-app upgrades to Jest 26. A few issues about that, such as facebook/create-react-app#8954 and facebook/create-react-app#8362. This workaround is from https://github.com/testing-library/dom-testing-library/releases/tag/v7.0.0
grahamhoyes
added a commit
to ieeeuoft/hackathon-template
that referenced
this issue
Jun 7, 2020
* Install formik and yup * Remove started login page * Global square corners for inputs * Login form and page WIP * Mixins to match MUI's * Clean up the login page * Make available * Upgrade testing-library to the latest version * Upgrade to JSDOM v16 Fixes a `MutationObserver shim removed` error in testing with findBy*. This is a temporary patch until the next version of create-react-app upgrades to Jest 26. A few issues about that, such as facebook/create-react-app#8954 and facebook/create-react-app#8362. This workaround is from https://github.com/testing-library/dom-testing-library/releases/tag/v7.0.0 * Login form tests * Loading wheel on login * Fix App.test.js * Move header into the page components * Login page tests * Button hover cover * Plug our colors into MUI's theme * Less padding for small screens * Fix handling of scss exports in testing
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Jest 26 will be released in the next few days it sounds like. We should aim to get this in with our 4.0 release.
The text was updated successfully, but these errors were encountered: