]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/doc/cli/npm-test.md
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / doc / cli / npm-test.md
1 npm-test(1) -- Test a package
2 =============================
3
4 ## SYNOPSIS
5
6       npm test [-- <args>]
7
8       aliases: t, tst
9
10 ## DESCRIPTION
11
12 This runs a package's "test" script, if one was provided.
13
14 To run tests as a condition of installation, set the `npat` config to
15 true.
16
17 ## SEE ALSO
18
19 * npm-run-script(1)
20 * npm-scripts(7)
21 * npm-start(1)
22 * npm-restart(1)
23 * npm-stop(1)