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:
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'
}