We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b1d32f commit 2e6aa73Copy full SHA for 2e6aa73
jest.config.js
@@ -13,4 +13,5 @@ export default {
13
},
14
],
15
16
+ testPathIgnorePatterns: ["/node_modules/", "/dist/"],
17
};
0 commit comments