We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf9ba00 commit d0b4a4dCopy full SHA for d0b4a4d
config/jest.config.js
@@ -13,5 +13,7 @@ module.exports = {
13
moduleNameMapper: {
14
'\\.(css|less|sass|scss)$': '<rootDir>/tests/styleMock.js'
15
},
16
- setupTestFrameworkScriptFile: '<rootDir>tests/setupTests.js'
+ setupFilesAfterEnv: [
17
+ '<rootDir>tests/setupTests.js'
18
+ ]
19
}
0 commit comments