npm-test.md 469 B


section: cli-commands title: npm-test

description: 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