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
path: root/test
diff options
context:
space:
mode:
authornlf <quitlahok@gmail.com>2022-05-03 20:52:56 +0300
committernlf <nlf@github.com>2022-05-03 21:16:03 +0300
commit21b823edf7b3095ce1f53da7befda2b41296afe4 (patch)
tree8a32e467ff901a558cf07f93ce274deac69d90a4 /test
parentd654e7e9146f123a9806cfd9a17150eb1f6075a4 (diff)
chore(test): add lib/npm.js to coverage map for all commands
Diffstat (limited to 'test')
-rw-r--r--test/coverage-map.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/coverage-map.js b/test/coverage-map.js
index 0ea909818..9a289b648 100644
--- a/test/coverage-map.js
+++ b/test/coverage-map.js
@@ -12,6 +12,7 @@ const coverageMap = (filename) => {
if (/^test\/lib\/commands/.test(filename) || filename === 'test/lib/npm.js') {
return [
filename.replace(/^test\//, ''),
+ 'lib/npm.js',
'lib/base-command.js',
'lib/exec/get-workspace-location-msg.js',
]