1NPM-TEST(1) NPM-TEST(1)
23
4
NAME
6npm-test - Test a package
7
SYNOPSIS
9npm test [-- <args>]
1011
aliases: t, tst
12
DESCRIPTION
14This runs a package's "test" script, if one was provided.
15
SEE ALSO
17· npm help run-script
1819
· npm help 7 scripts
2021
· npm help start
2223
· npm help restart
2425
· npm help stop
2627
28
29
30
31
April 2019 NPM-TEST(1)