dwww Home | Manual pages | Find package

NPM-TEST(1)                 General Commands Manual                NPM-TEST(1)

NAME
       npm-test

Synopsis
       <!-- AUTOGENERATED USAGE DESCRIPTIONS -->

Description
       This  runs a predefined command specified in the &quot;test&quot; prop-
       erty of
       a package's &quot;scripts&quot; object.

Example
         {
           "scripts": {
             "test": "node test.js"
           }
         }
         npm test
         > npm@x.x.x test
         > node test.js

         (test.js output would be here)

Configuration
       <!-- AUTOGENERATED CONFIG DESCRIPTIONS -->

See Also
        • npm run-script

        • npm scripts

        • npm start

        • npm restart

        • npm stop

9.2.0                            December 2022                     NPM-TEST(1)

Generated by dwww version 1.15 on Sat Jun 29 01:58:30 CEST 2024.