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 a582b10 commit bf907d8Copy full SHA for bf907d8
jest.config.js
@@ -83,7 +83,7 @@ module.exports = {
83
transform: {
84
'\\.jsx?$': 'babel-jest',
85
'\\.(jpe?g|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$':
86
- '<rootDir>/jest/fileTransformer.js',
+ '<rootDir>/tools/lib/fileTransformer.js',
87
},
88
89
// transformIgnorePatterns: // [array<string>]
0 commit comments