File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/src/content/docs/cli Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ information.
19
19
Usage:
20
20
tap [options] [<files>]
21
21
22
- tap v16.1 .0 - A Test-Anything-Protocol library for JavaScript
22
+ tap v16.2 .0 - A Test-Anything-Protocol library for JavaScript
23
23
24
24
Executes all the files and interprets their output as TAP formatted test result
25
25
data. If no files are specified, then tap will search for testy-looking files,
@@ -260,7 +260,7 @@ Code Coverage Options:
260
260
This can be run on its own at any time after a test run
261
261
that included coverage.
262
262
263
- Available NYC reporters: clover cobertura html json
263
+ Built-in NYC reporters: clover cobertura html json
264
264
json-summary lcov lcovonly none teamcity text text-lcov
265
265
text-summary
266
266
You can’t perform that action at this time.
0 commit comments