summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/tools/mocha-runner/src/mocha-runner.ts
diff options
context:
space:
mode:
Diffstat (limited to 'remote/test/puppeteer/tools/mocha-runner/src/mocha-runner.ts')
-rw-r--r--remote/test/puppeteer/tools/mocha-runner/src/mocha-runner.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/test/puppeteer/tools/mocha-runner/src/mocha-runner.ts b/remote/test/puppeteer/tools/mocha-runner/src/mocha-runner.ts
index 1707e4cc41..93287abe74 100644
--- a/remote/test/puppeteer/tools/mocha-runner/src/mocha-runner.ts
+++ b/remote/test/puppeteer/tools/mocha-runner/src/mocha-runner.ts
@@ -52,7 +52,7 @@ const {
.scriptName('@puppeteer/mocha-runner')
.option('coverage', {
boolean: true,
- default: true,
+ default: false,
})
.option('suggestions', {
boolean: true,