Created
November 24, 2020 11:10
-
-
Save vzaidman/5172055870d95b8325cfecf0d7d3ece0 to your computer and use it in GitHub Desktop.
How to test two React versions
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 = { | |
...require('../jest.config'), | |
rootDir: '..', | |
cacheDirectory: '.cache/jest-cache-react-16', | |
moduleDirectories: [ | |
'<rootDir>/test-react-16/node_modules', | |
'node_modules' | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment