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:
authorisaacs <i@izs.me>2021-01-07 23:53:20 +0300
committerisaacs <i@izs.me>2021-01-07 23:53:30 +0300
commit9d21f6ba7c7316fde2a5b07148ad3f15865a4e4f (patch)
tree1c37e09a55ea3cb8d54f59cf9afa1e5feb04b992 /test/lib/install.js
parent73c80fceeebf447c5efa6b51af69030481e209bc (diff)
lint fix
Diffstat (limited to 'test/lib/install.js')
-rw-r--r--test/lib/install.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/install.js b/test/lib/install.js
index d94c9b5f1..177952b9e 100644
--- a/test/lib/install.js
+++ b/test/lib/install.js
@@ -82,7 +82,7 @@ test('should ignore scripts with --ignore-scripts', (t) => {
prefix: 'foo',
flatOptions: {
global: false,
- ignoreScripts: true
+ ignoreScripts: true,
},
config: {
get: () => false,