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-test.js')
-rw-r--r--lib/install-test.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/install-test.js b/lib/install-test.js
index 76c6f367d..d5664119d 100644
--- a/lib/install-test.js
+++ b/lib/install-test.js
@@ -4,6 +4,10 @@
const Install = require('./install.js')
class InstallTest extends Install {
+ static get description () {
+ return 'Install package(s) and run tests'
+ }
+
/* istanbul ignore next - see test/lib/load-all-commands.js */
static get name () {
return 'install-test'