summaryrefslogtreecommitdiff
path: root/deps/npm/doc/cli/npm-test.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/doc/cli/npm-test.md')
-rw-r--r--deps/npm/doc/cli/npm-test.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/deps/npm/doc/cli/npm-test.md b/deps/npm/doc/cli/npm-test.md
index fe746cc73f..8a379e2efd 100644
--- a/deps/npm/doc/cli/npm-test.md
+++ b/deps/npm/doc/cli/npm-test.md
@@ -11,9 +11,6 @@ npm-test(1) -- Test a package
This runs a package's "test" script, if one was provided.
-To run tests as a condition of installation, set the `npat` config to
-true.
-
## SEE ALSO
* npm-run-script(1)