Skip to content

Commit

Permalink
test: fix flat-options snapshot
Browse files Browse the repository at this point in the history
We now force the 'packageLock' config to be a boolean true unless either
the 'package-lock' or 'shrinkwrap' configs are boolean false.
  • Loading branch information
isaacs committed Oct 26, 2020
1 parent 7d72b68 commit d8ac707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap-snapshots/test-lib-utils-flat-options.js-TAP.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Object {
"omit": Array [],
"otp": "otp",
"package": "package",
"packageLock": "package-lock",
"packageLock": true,
"packageLockOnly": "package-lock-only",
"parseable": undefined,
"preferDedupe": undefined,
Expand Down

0 comments on commit d8ac707

Please sign in to comment.