]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/man/man1/npm-test.1
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / man / man1 / npm-test.1
1 .TH "NPM\-TEST" "1" "October 2016" "" ""
2 .SH "NAME"
3 \fBnpm-test\fR \- Test a package
4 .SH SYNOPSIS
5 .P
6 .RS 2
7 .nf
8   npm test [\-\- <args>]
9
10   aliases: t, tst
11 .fi
12 .RE
13 .SH DESCRIPTION
14 .P
15 This runs a package's "test" script, if one was provided\.
16 .P
17 To run tests as a condition of installation, set the \fBnpat\fP config to
18 true\.
19 .SH SEE ALSO
20 .RS 0
21 .IP \(bu 2
22 npm help run\-script
23 .IP \(bu 2
24 npm help 7 scripts
25 .IP \(bu 2
26 npm help start
27 .IP \(bu 2
28 npm help restart
29 .IP \(bu 2
30 npm help stop
31
32 .RE
33