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:
authorKat Marchán <kzm@sykosomatic.org>2017-05-12 05:13:21 +0300
committerRebecca Turner <me@re-becca.org>2017-05-26 04:55:18 +0300
commit1edca81bf03713c2a5b1da2e0c21b8ecf98fc270 (patch)
tree3387cffae2e56e341d5d269140daa3257816c20c /test
parent7df46fe4e3502c97e102120793e7470607da5419 (diff)
test: config-meta
Diffstat (limited to 'test')
-rw-r--r--test/tap/config-meta.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tap/config-meta.js b/test/tap/config-meta.js
index c35d5d6c1..d7897a16c 100644
--- a/test/tap/config-meta.js
+++ b/test/tap/config-meta.js
@@ -20,6 +20,7 @@ var exceptions = [
path.resolve(lib, 'config.js'),
path.resolve(lib, 'config', 'pacote.js'),
path.resolve(lib, 'publish.js'),
+ path.resolve(lib, 'install', 'inflate-shrinkwrap.js'),
path.resolve(lib, 'utils', 'lifecycle.js'),
path.resolve(lib, 'utils', 'map-to-registry.js'),
path.resolve(nm, 'npm-registry-client', 'lib', 'publish.js'),