UNPKG

npm

Version:

A package manager for node

18 lines (16 loc) 750 B
<h1><a href="../cli/npm-test.html">npm-test</a></h1> <p>Test a package</p> <h2 id="synopsis">SYNOPSIS</h2> <pre><code> npm test [-- &lt;args&gt;] npm tst [-- &lt;args&gt;] </code></pre><h2 id="description">DESCRIPTION</h2> <p>This runs a package&#39;s &quot;test&quot; script, if one was provided.</p> <p>To run tests as a condition of installation, set the <code>npat</code> config to true.</p> <h2 id="see-also">SEE ALSO</h2> <ul> <li><a href="../cli/npm-run-script.html">npm-run-script(1)</a></li> <li><a href="../misc/npm-scripts.html">npm-scripts(7)</a></li> <li><a href="../cli/npm-start.html">npm-start(1)</a></li> <li><a href="../cli/npm-restart.html">npm-restart(1)</a></li> <li><a href="../cli/npm-stop.html">npm-stop(1)</a></li> </ul>