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 'docs/content/commands/npm-test.md')
-rw-r--r--docs/content/commands/npm-test.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/content/commands/npm-test.md b/docs/content/commands/npm-test.md
new file mode 100644
index 000000000..bfe3bf6b9
--- /dev/null
+++ b/docs/content/commands/npm-test.md
@@ -0,0 +1,25 @@
+---
+title: npm-test
+section: 1
+description: Test a package
+---
+
+### Synopsis
+
+```bash
+npm test [-- <args>]
+
+aliases: t, tst
+```
+
+### Description
+
+This runs a package's "test" script, if one was provided.
+
+### See Also
+
+* [npm run-script](/cli-commands/run-script)
+* [npm scripts](/using-npm/scripts)
+* [npm start](/cli-commands/start)
+* [npm restart](/cli-commands/restart)
+* [npm stop](/cli-commands/stop)