The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / deps / npm / man / man3 / test.3 @ 5aef65a9

History | View | Annotate | Download (510 Bytes)

1 caf69aa9 isaacs
.\" Generated with Ronnjs 0.3.8
2 e85a95df isaacs
.\" http://github.com/kapouer/ronnjs/
3
.
4 5aef65a9 isaacs
.TH "NPM\-TEST" "3" "February 2013" "" ""
5 e85a95df isaacs
.
6
.SH "NAME"
7
\fBnpm-test\fR \-\- Test a package
8
.
9
.SH "SYNOPSIS"
10
.
11
.nf
12
  npm\.commands\.test(packages, callback)
13
.
14
.fi
15
.
16
.SH "DESCRIPTION"
17
This runs a package\'s "test" script, if one was provided\.
18
.
19
.P
20
To run tests as a condition of installation, set the \fBnpat\fR config to
21
true\.
22
.
23
.P
24
npm can run tests on multiple packages\. Just specify multiple packages
25
in the \fBpackages\fR parameter\.