We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c81da0b commit e67d5a4Copy full SHA for e67d5a4
jest.config.js
@@ -1,4 +1,6 @@
1
module.exports = {
2
+ collectCoverage: true,
3
+ coverageReporters: ['text', 'cobertura'],
4
testEnvironment: "jsdom",
5
setupFilesAfterEnv: ["<rootDir>/test-setup.js"],
6
testPathIgnorePatterns: ["/node_modules/", "e2e-tests"],
0 commit comments