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.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/content/commands/npm-test.md b/docs/content/commands/npm-test.md
index 2059f93de..8a343ab29 100644
--- a/docs/content/commands/npm-test.md
+++ b/docs/content/commands/npm-test.md
@@ -6,12 +6,21 @@ description: Test a package
### Synopsis
+<!-- AUTOGENERATED USAGE DESCRIPTIONS START -->
+<!-- automatically generated, do not edit manually -->
+<!-- see lib/commands/test.js -->
+
```bash
npm test [-- <args>]
-aliases: t, tst
+aliases: tst, t
```
+<!-- automatically generated, do not edit manually -->
+<!-- see lib/commands/test.js -->
+
+<!-- AUTOGENERATED USAGE DESCRIPTIONS END -->
+
### Description
This runs a predefined command specified in the `"test"` property of