]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/doc/api/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 / api / npm-test.md
1 npm-test(3) -- Test a package
2 =============================
3
4 ## SYNOPSIS
5
6       npm.commands.test(packages, callback)
7
8 ## DESCRIPTION
9
10 This runs a package's "test" script, if one was provided.
11
12 To run tests as a condition of installation, set the `npat` config to
13 true.
14
15 npm can run tests on multiple packages. Just specify multiple packages
16 in the `packages` parameter.