mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-06 21:57:48 +01:00
Disable coverage for now
This commit is contained in:
@@ -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,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user