summaryrefslogtreecommitdiff
path: root/deps/npm/doc/cli/test.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/doc/cli/test.md')
-rw-r--r--deps/npm/doc/cli/test.md21
1 files changed, 0 insertions, 21 deletions
diff --git a/deps/npm/doc/cli/test.md b/deps/npm/doc/cli/test.md
deleted file mode 100644
index bc634efbf..000000000
--- a/deps/npm/doc/cli/test.md
+++ /dev/null
@@ -1,21 +0,0 @@
-npm-test(1) -- Test a package
-=============================
-
-## SYNOPSIS
-
- npm test <name>
-
-## DESCRIPTION
-
-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)
-* npm-scripts(1)
-* npm-start(1)
-* npm-restart(1)
-* npm-stop(1)