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 'test/lib/commands/install-ci-test.js')
-rw-r--r--test/lib/commands/install-ci-test.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lib/commands/install-ci-test.js b/test/lib/commands/install-ci-test.js
index 0828d2b24..68b86be43 100644
--- a/test/lib/commands/install-ci-test.js
+++ b/test/lib/commands/install-ci-test.js
@@ -23,6 +23,9 @@ const installCITest = new InstallCITest({
testCalled = true
}
},
+ config: {
+ validate: () => {},
+ },
})
t.test('the install-ci-test command', t => {