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 6c837f6 commit 995c94fCopy full SHA for 995c94f
jest.config.js
@@ -6,5 +6,5 @@ module.exports = {
6
testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$',
7
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
8
snapshotSerializers: ['enzyme-to-json/serializer'],
9
- setupFilesAfterEnv: '<rootDir>/other/setupEnzyme.ts'
+ setupFilesAfterEnv: ['<rootDir>/other/setupEnzyme.ts']
10
}
0 commit comments