]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/man/man3/npm-test.3
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / man / man3 / npm-test.3
1 .TH "NPM\-TEST" "3" "October 2016" "" ""
2 .SH "NAME"
3 \fBnpm-test\fR \- Test a package
4 .SH SYNOPSIS
5 .P
6 .RS 2
7 .nf
8   npm\.commands\.test(packages, callback)
9 .fi
10 .RE
11 .SH DESCRIPTION
12 .P
13 This runs a package's "test" script, if one was provided\.
14 .P
15 To run tests as a condition of installation, set the \fBnpat\fP config to
16 true\.
17 .P
18 npm can run tests on multiple packages\. Just specify multiple packages
19 in the \fBpackages\fP parameter\.
20