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
This pull request adds support for Jest’s setupFiles and setupFilesAfterEnv features. Both are executed before the test files - with setupFiles running first, followed by setupFilesAfterEnv. These files are bundled by Metro, just like the test files, so you can freely use TypeScript and import modules.
0 commit comments