NPM-TEST(1) | General Commands Manual | NPM-TEST(1) |
npm-test
<!-- AUTOGENERATED USAGE DESCRIPTIONS -->
This runs a predefined command specified in the
"test" property of
a package's "scripts" object.
{ "scripts": { "test": "node test.js" } }
npm test > npm@x.x.x test > node test.js (test.js output would be here)
<!-- AUTOGENERATED CONFIG DESCRIPTIONS -->
November 2023 | 9.2.0 |