Created
November 24, 2020 10:50
-
-
Save vzaidman/ee4da01b6cf638922f730c73fffc6d79 to your computer and use it in GitHub Desktop.
How to test two versions of React
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
// ... | |
'setupFilesAfterEnv': [ | |
'<rootDir>/jestSetup.js' | |
], | |
// ... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment