github-readme-stats/jest.config.js

13 lines
367 B
JavaScript
Raw Normal View History

export default {
2020-07-12 00:40:13 +08:00
clearMocks: true,
transform: {},
testEnvironment: "jsdom",
2022-09-24 20:10:06 +08:00
coverageProvider: "v8",
testPathIgnorePatterns: ["<rootDir>/node_modules/", "<rootDir>/tests/e2e/"],
modulePathIgnorePatterns: ["<rootDir>/node_modules/", "<rootDir>/tests/e2e/"],
coveragePathIgnorePatterns: [
"<rootDir>/node_modules/",
"<rootDir>/tests/E2E/",
],
2020-07-12 00:40:13 +08:00
};