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/commands/cache.js TAP cache ls > logs cache entries 1`] = ` 9make-fetch-happen:request-cache:https://registry.npmjs.org/test-package 10make-fetch-happen:request-cache:https://registry.npmjs.org/test-package/-/test-package-1.0.0.tgz 11` 12 13exports[`test/lib/commands/cache.js TAP cache ls corrupted > logs cache entries with bad data 1`] = ` 14make-fetch-happen:request-cache:https://registry.npmjs.org/corrupted 15make-fetch-happen:request-cache:https://registry.npmjs.org/corrupted/-/corrupted-3.1.0.tgz 16` 17 18exports[`test/lib/commands/cache.js TAP cache ls missing packument version not an object > logs cache entry for packument 1`] = ` 19make-fetch-happen:request-cache:https://registry.npmjs.org/missing-version 20` 21 22exports[`test/lib/commands/cache.js TAP cache ls nonpublic registry > logs cache entry for extemporaneously and its tarball 1`] = ` 23make-fetch-happen:request-cache:https://somerepo.github.org/aabbcc/ 24make-fetch-happen:request-cache:https://somerepo.github.org/extemporaneously 25` 26 27exports[`test/lib/commands/cache.js TAP cache ls pkgs > logs cache entries for npm and webpack and one webpack tgz 1`] = ` 28make-fetch-happen:request-cache:https://registry.npmjs.org/npm 29make-fetch-happen:request-cache:https://registry.npmjs.org/npm/-/npm-1.2.0.tgz 30make-fetch-happen:request-cache:https://registry.npmjs.org/webpack 31make-fetch-happen:request-cache:https://registry.npmjs.org/webpack/-/webpack-4.47.0.tgz 32` 33 34exports[`test/lib/commands/cache.js TAP cache ls scoped and scoped slash > logs cache entries for @gar and @fritzy 1`] = ` 35make-fetch-happen:request-cache:https://registry.npmjs.org/@fritzy%2fstaydown 36make-fetch-happen:request-cache:https://registry.npmjs.org/@gar%2fnpm-expansion 37` 38 39exports[`test/lib/commands/cache.js TAP cache ls special > logs cache entries for foo 1`] = ` 40make-fetch-happen:request-cache:https://registry.npmjs.org/foo 41make-fetch-happen:request-cache:https://registry.npmjs.org/foo/-/foo-1.2.3-beta.tgz 42` 43 44exports[`test/lib/commands/cache.js TAP cache rm > logs deleting single entry 1`] = ` 45Deleted: make-fetch-happen:request-cache:https://registry.npmjs.org/test-package/-/test-package-1.0.0.tgz 46` 47 48exports[`test/lib/commands/cache.js TAP cache verify > shows verified cache output 1`] = ` 49Cache verified and compressed ({PATH}) 50Content verified: 0 (0 bytes) 51Index entries: 0 52Finished in xxxs 53` 54 55exports[`test/lib/commands/cache.js TAP cache verify w/ extra output > shows extra output 1`] = ` 56Cache verified and compressed ({PATH}) 57Content verified: 17057 (1644485260 bytes) 58Corrupted content removed: 12345 59Content garbage-collected: 1144 (248164665 bytes) 60Missing content: 92 61Index entries: 20175 62Finished in xxxs 63` 64