Skip to content

Commit 5cba1cf

Browse files
fix: remove commented setup file in jest
Signed-off-by: Chris <christin@wednesday.is>
1 parent 9e85e8a commit 5cba1cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jest.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,5 @@ module.exports = {
4444
'<rootDir>/config/jest/image.js'
4545
},
4646
setupFilesAfterEnv: ['<rootDir>/jest.setup.js'],
47-
// setupFiles: ['raf/polyfill'],
4847
testRegex: 'tests/.*\\.test\\.js$'
4948
};

0 commit comments

Comments
 (0)