Skip to content

Commit

Permalink
chore(test): add lib/npm.js to coverage map for all commands
Browse files Browse the repository at this point in the history
  • Loading branch information
nlf committed May 3, 2022
1 parent d654e7e commit 21b823e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/coverage-map.js
Expand Up @@ -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',
]
Expand Down

0 comments on commit 21b823e

Please sign in to comment.