1/* IMPORTANT 2 * This snapshot file is auto-generated, but designed for humans. 3 * It should be checked into source control and tracked carefully. 4 * Re-generate by setting TAP_SNAPSHOT=1 and running tests. 5 * Make sure to inspect the output below. Do not ignore changes! 6 */ 7'use strict' 8exports[`test/lib/utils/validate-lockfile.js TAP extra inventory items on idealTree > should have missing entries error 1`] = ` 9Array [ 10 "Missing: baz@3.0.0 from lock file", 11] 12` 13 14exports[`test/lib/utils/validate-lockfile.js TAP extra inventory items on virtualTree > should have no errors if finding virtualTree extra items 1`] = ` 15Array [] 16` 17 18exports[`test/lib/utils/validate-lockfile.js TAP identical inventory for both idealTree and virtualTree > should have no errors on identical inventories 1`] = ` 19Array [] 20` 21 22exports[`test/lib/utils/validate-lockfile.js TAP mismatching versions on inventory > should have errors for each mismatching version 1`] = ` 23Array [ 24 "Invalid: lock file's foo@1.0.0 does not satisfy foo@2.0.0", 25 "Invalid: lock file's bar@2.0.0 does not satisfy bar@3.0.0", 26] 27` 28 29exports[`test/lib/utils/validate-lockfile.js TAP missing virtualTree inventory > should have errors for each mismatching version 1`] = ` 30Array [ 31 "Missing: foo@1.0.0 from lock file", 32 "Missing: bar@2.0.0 from lock file", 33 "Missing: baz@3.0.0 from lock file", 34] 35` 36