Skip to content

Commit

Permalink
chore: cli help typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Nov 9, 2020
1 parent db2e480 commit cf15a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf15a0d

Please sign in to comment.