Skip to content

Commit 995c94f

Browse files
author
Corjen Moll
committed
chore: fix jest config
1 parent 6c837f6 commit 995c94f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ module.exports = {
66
testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$',
77
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
88
snapshotSerializers: ['enzyme-to-json/serializer'],
9-
setupFilesAfterEnv: '<rootDir>/other/setupEnzyme.ts'
9+
setupFilesAfterEnv: ['<rootDir>/other/setupEnzyme.ts']
1010
}

0 commit comments

Comments
 (0)