Skip to content

Commit bf907d8

Browse files
committed
fix: jest config link
1 parent a582b10 commit bf907d8

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
@@ -83,7 +83,7 @@ module.exports = {
8383
transform: {
8484
'\\.jsx?$': 'babel-jest',
8585
'\\.(jpe?g|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$':
86-
'<rootDir>/jest/fileTransformer.js',
86+
'<rootDir>/tools/lib/fileTransformer.js',
8787
},
8888

8989
// transformIgnorePatterns: // [array<string>]

0 commit comments

Comments
 (0)