From cf15a0da1aaa762c4c1d20c967f0673b547629a8 Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Mon, 9 Nov 2020 12:37:38 +0000 Subject: [PATCH] chore: cli help typo --- cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli.js b/cli.js index cbf3dc8f..cf237c0b 100755 --- a/cli.js +++ b/cli.js @@ -27,7 +27,7 @@ Usage --assets Assets to be served by the http server. [Default: process.cwd()] --cwd Current directory. [Default: process.cwd()] --extensions File extensions allowed in the bundle. [Default: js,cjs,mjs] - --cov Enable code coverage in instanbul format. Outputs '.nyc_output/out.json'. + --cov Enable code coverage in istanbul format. Outputs '.nyc_output/out.json'. Examples $ playwright-test test.js --runner tape $ playwright-test test/**/*.spec.js --debug