You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a number of mocks, more with the React 19 upgrade, that are added to individual tests. Some of these, such as mocking use on every sync page:
Summary
There are a number of mocks, more with the React 19 upgrade, that are added to individual tests. Some of these, such as mocking
use
on every sync page:and internationalization mocks
could be pulled out into
jest.setup.js
or othersetupFilesAfterEnv
file.Acceptance criteria
The text was updated successfully, but these errors were encountered: