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 59f1297 commit f647d50Copy full SHA for f647d50
jest.config.ts
@@ -8,4 +8,5 @@ export default {
8
moduleNameMapper: {
9
'\\.(gif|ttf|eot|svg|png)$': '<rootDir>/test/__ mocks __/fileMock.js',
10
},
11
+ modulePathIgnorePatterns: ['<rootDir>/tests/', '<rootDir>/tests-examples/'],
12
};
0 commit comments