mirror of
https://github.com/gethomepage/homepage.git
synced 2025-07-09 03:04:18 -04:00
Disable coverage for now
This commit is contained in:
parent
b04ed9d628
commit
fa8ebc56ef
@ -13,8 +13,8 @@ const customJestConfig = {
|
|||||||
},
|
},
|
||||||
transformIgnorePatterns: ["/node_modules/"],
|
transformIgnorePatterns: ["/node_modules/"],
|
||||||
testPathIgnorePatterns: ["<rootDir>/node_modules/", "config/"],
|
testPathIgnorePatterns: ["<rootDir>/node_modules/", "config/"],
|
||||||
collectCoverage: true,
|
// collectCoverage: true,
|
||||||
coverageDirectory: "coverage",
|
// coverageDirectory: "coverage",
|
||||||
clearMocks: true,
|
clearMocks: true,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user