Skip to content

Instantly share code, notes, and snippets.

@vzaidman
Created November 24, 2020 10:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vzaidman/ee4da01b6cf638922f730c73fffc6d79 to your computer and use it in GitHub Desktop.
Save vzaidman/ee4da01b6cf638922f730c73fffc6d79 to your computer and use it in GitHub Desktop.
How to test two versions of React
module.exports = {
// ...
'setupFilesAfterEnv': [
'<rootDir>/jestSetup.js'
],
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment