We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1684bbc commit 7fc7f99Copy full SHA for 7fc7f99
jest.config.js
@@ -1,6 +1,7 @@
1
/** @type {import('jest').Config} */
2
3
export default {
4
+ modulePathIgnorePatterns: ["<rootDir>/config/"],
5
coveragePathIgnorePatterns: ["<rootDir>/config/"],
6
coverageThreshold: {
7
global: {
0 commit comments