Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test.md « doc - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0aaef4b6d1078b4c7e89130e664d242ccd50a1f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.