mirror of
https://github.com/zhigang1992/npm.git
synced 2026-06-16 11:49:53 +08:00
273 B
273 B
npm-test(1) -- Test a package
SYNOPSIS
npm test <name>[@<version>] [<name>[@<version>] ...]
DESCRIPTION
This runs a package's "test" script, if one was provided.
If no version is specified, then it tests the "active" version.