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 04:47:29 +0300
committerRebecca Turner <me@re-becca.org>2017-05-26 04:55:17 +0300
commit69c60ffe053c31f19f7c8c1ed16601f770383eea (patch)
tree6a404bbb33168e0e896dce4350cb64d04ae79871 /test
parent6363d619e979a0421b1de9dbfb1a52b842be1ed0 (diff)
test: shrinkwrap-save-dev-with-existing-deps
Diffstat (limited to 'test')
-rw-r--r--test/tap/shrinkwrap-save-dev-with-existing-deps.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/tap/shrinkwrap-save-dev-with-existing-deps.js b/test/tap/shrinkwrap-save-dev-with-existing-deps.js
index eacea9e3c..507f2c56f 100644
--- a/test/tap/shrinkwrap-save-dev-with-existing-deps.js
+++ b/test/tap/shrinkwrap-save-dev-with-existing-deps.js
@@ -53,12 +53,16 @@ var example_shrinkwrap_json = {
var installed_prod_pkg_json = {
_id: 'installed-prod@1.0.0',
+ _integrity: 'sha1-deadbeef',
+ _resolved: 'foo',
name: 'installed-prod',
version: '1.0.0'
}
var installed_dev_pkg_json = {
_id: 'installed-dev@1.0.0',
+ _integrity: 'sha1-deadbeef',
+ _resolved: 'foo',
name: 'installed-dev',
version: '1.0.0'
}