node/deps/npm/man/man1/npm-test.1

31 lines
403 B
Groff
Raw Normal View History

.TH "NPM\-TEST" "1" "May 2017" "" ""
.SH "NAME"
2014-09-25 05:41:07 +08:00
\fBnpm-test\fR \- Test a package
.SH SYNOPSIS
.P
.RS 2
2014-11-05 07:08:12 +08:00
.nf
2014-09-25 05:41:07 +08:00
npm test [\-\- <args>]
aliases: t, tst
2014-11-05 07:08:12 +08:00
.fi
2014-09-25 05:41:07 +08:00
.RE
.SH DESCRIPTION
.P
This runs a package's "test" script, if one was provided\.
.SH SEE ALSO
.RS 0
.IP \(bu 2
npm help run\-script
2014-09-25 05:41:07 +08:00
.IP \(bu 2
2014-09-17 06:38:50 +08:00
npm help 7 scripts
2014-09-25 05:41:07 +08:00
.IP \(bu 2
npm help start
2014-09-25 05:41:07 +08:00
.IP \(bu 2
npm help restart
2014-09-25 05:41:07 +08:00
.IP \(bu 2
npm help stop
2014-09-25 05:41:07 +08:00
.RE