????
Current Path : /usr/lib/node_modules/npm/docs/content/commands/ |
Current File : //usr/lib/node_modules/npm/docs/content/commands/npm-test.md |
--- title: npm-test section: 1 description: Test a package --- ### Synopsis ```bash npm test [-- <args>] aliases: t, tst ``` ### Description This runs a package's "test" script, if one was provided. ### See Also * [npm run-script](/commands/npm-run-script) * [npm scripts](/using-npm/scripts) * [npm start](/commands/npm-start) * [npm restart](/commands/npm-restart) * [npm stop](/commands/npm-stop)