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
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2020-10-27 00:53:17 +0300
committerisaacs <i@izs.me>2020-10-27 00:53:19 +0300
commitd8ac70752a002f7b89218bc3b728ead26258488f (patch)
tree53865799288ab356e6ca40a9c2943d08e2d14956 /tap-snapshots
parent7d72b6868bc0eeb405a5d257b1ae8732636c8a09 (diff)
test: fix flat-options snapshot
We now force the 'packageLock' config to be a boolean true unless either the 'package-lock' or 'shrinkwrap' configs are boolean false.
Diffstat (limited to 'tap-snapshots')
-rw-r--r--tap-snapshots/test-lib-utils-flat-options.js-TAP.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-snapshots/test-lib-utils-flat-options.js-TAP.test.js b/tap-snapshots/test-lib-utils-flat-options.js-TAP.test.js
index cd41d33cb..3522084e6 100644
--- a/tap-snapshots/test-lib-utils-flat-options.js-TAP.test.js
+++ b/tap-snapshots/test-lib-utils-flat-options.js-TAP.test.js
@@ -75,7 +75,7 @@ Object {
"omit": Array [],
"otp": "otp",
"package": "package",
- "packageLock": "package-lock",
+ "packageLock": true,
"packageLockOnly": "package-lock-only",
"parseable": undefined,
"preferDedupe": undefined,