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 7f6c719 commit 404d095Copy full SHA for 404d095
jest.config.js
@@ -5,5 +5,6 @@ export default {
5
...createDefaultPreset(),
6
moduleNameMapper: {
7
'^(\\.{1,2}/.*)\\.js$': '$1',
8
- }
+ },
9
+ testPathIgnorePatterns: ["dist"]
10
};
0 commit comments