Provided by: npm_9.2.0~ds1-3_all 

NAME
npm-test
Synopsis
<!-- AUTOGENERATED USAGE DESCRIPTIONS -->
Description
This runs a predefined command specified in the "test" property of
a package's "scripts" 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 May 2024 NPM-TEST(1)