Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'man1/test.1')
-rw-r--r--man1/test.15
1 files changed, 3 insertions, 2 deletions
diff --git a/man1/test.1 b/man1/test.1
index f439f7c09..5a1f9bb85 100644
--- a/man1/test.1
+++ b/man1/test.1
@@ -9,7 +9,7 @@
.SH "SYNOPSIS"
.
.nf
- npm test <name>[@<version>] [<name>[@<version>] \.\.\.]
+ npm test <name>
.
.fi
.
@@ -17,4 +17,5 @@
This runs a package\'s "test" script, if one was provided\.
.
.P
-If no version is specified, then it tests the "active" version\.
+To run tests as a condition of installation, set the \fBnpat\fR config to
+true\.