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/tar.js TAP should log tarball contents > must match snapshot 1`] = ` 9 10 11package: my-cool-pkg@1.0.0 12=== Tarball Contents === 13 144B cat 154B chai 164B dog 17114B package.json 18=== Bundled Dependencies === 19 20bundle-dep 21=== Tarball Details === 22 23name: my-cool-pkg 24version: 1.0.0 25filename: my-cool-pkg-1.0.0.tgz 26package size: {size} 27unpacked size: 126 B 28shasum: {sha} 29integrity: {integrity} 30bundled deps: 1 31bundled files: 0 32own files: 5 33total files: 5 34 35 36` 37 38exports[`test/lib/utils/tar.js TAP should log tarball contents of a scoped package > must match snapshot 1`] = ` 39 40 41package: @myscope/my-cool-pkg@1.0.0 42=== Tarball Contents === 43 444B cat 454B chai 464B dog 47123B package.json 48=== Bundled Dependencies === 49 50bundle-dep 51=== Tarball Details === 52 53name: @myscope/my-cool-pkg 54version: 1.0.0 55filename: myscope-my-cool-pkg-1.0.0.tgz 56package size: {size} 57unpacked size: 135 B 58shasum: {sha} 59integrity: {integrity} 60bundled deps: 1 61bundled files: 0 62own files: 5 63total files: 5 64 65 66` 67