You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
469 B
469 B
| section | title | description |
|---|---|---|
| cli-commands | npm-test | Test a package |
npm-test(1)
Test a package
Synopsis
npm test [-- <args>]
aliases: t, tst
Description
This runs a package's "test" script, if one was provided.