Skip to content

Commit 22c2301

Browse files
committed
collectCoverage: false,
1 parent 02c2ef7 commit 22c2301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
preset: "jest-puppeteer",
33
verbose: true,
4-
collectCoverage: true,
4+
collectCoverage: false,
55
coverageReporters: ["lcov", "text"],
66
globals: {
77
url: "http://127.0.0.1.nip.io:9081/", // For local testing, set your deployed url here

0 commit comments

Comments
 (0)