Skip to content

Commit

Permalink
The _TAP_COVERAGE_ environ is no longer used
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed May 21, 2019
1 parent 107221b commit 300acab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions bin/jack.js
Expand Up @@ -761,10 +761,6 @@ Much more documentation available at: https://www.node-tap.org/
description: `Set to '1' to disable automatic jsx support`
})),

_TAP_COVERAGE_: env(flag({
description: `Reserved for internal use.`
})),

}, {

// a section that's just a description. This is totally fine.
Expand Down
3 changes: 1 addition & 2 deletions docs/cli/index.md
Expand Up @@ -11,7 +11,7 @@ You can get help on tap's command line interface by running `tap -h`.
Usage:
tap [options] [<files>]
tap v14.1.1 - A Test-Anything-Protocol library for JavaScript
tap v14.1.3 - A Test-Anything-Protocol library for JavaScript
Executes all the files and interprets their output as TAP formatted test result
data. If no files are specified, then tap will search for testy-looking files,
Expand Down Expand Up @@ -442,7 +442,6 @@ Environment Variables:
TAP_NO_ESM Set to '1' to disable automatic esm support
TAP_NO_TS Set to '1' to disable automatic typescript support
TAP_NO_JSX Set to '1' to disable automatic jsx support
_TAP_COVERAGE_ Reserved for internal use.
Config Files:
Expand Down

0 comments on commit 300acab

Please sign in to comment.