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: 963db70d84523758784d5c7d4c3c1a48f829a2e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
npm-test(1) -- Test a package
=============================

## SYNOPSIS

      npm test <name>

## DESCRIPTION

This runs a package's "test" script, if one was provided.

To run tests as a condition of installation, set the `npat` config to
true.