mirror of
https://github.com/nodejs/node.git
synced 2025-05-15 03:29:46 +00:00

PR-URL: https://github.com/nodejs/node/pull/30271 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
465 B
Executable File
465 B
Executable File
section | title | description |
---|---|---|
cli-commands | npm-test | Test a package |
npm-test
Test a package
Synopsis
npm test [-- <args>]
aliases: t, tst
Description
This runs a package's "test" script, if one was provided.