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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/install-ci-test.js')
-rw-r--r--lib/install-ci-test.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/install-ci-test.js b/lib/install-ci-test.js
index c52b5c9e8..871f24b2f 100644
--- a/lib/install-ci-test.js
+++ b/lib/install-ci-test.js
@@ -4,6 +4,10 @@
const CI = require('./ci.js')
class InstallCITest extends CI {
+ static get description () {
+ return 'Install a project with a clean slate and run tests'
+ }
+
/* istanbul ignore next - see test/lib/load-all-commands.js */
static get name () {
return 'install-ci-test'