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.
mohemmionic5/Mohem/node_modules_/npm/docs/content/cli-commands/npm-test.md

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.

See Also