Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test-lib-utils-tar.js-TAP.test.js « tap-snapshots - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 402a0e735afc4036498f6bd5c883faf24186f0b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/* IMPORTANT
 * This snapshot file is auto-generated, but designed for humans.
 * It should be checked into source control and tracked carefully.
 * Re-generate by setting TAP_SNAPSHOT=1 and running tests.
 * Make sure to inspect the output below.  Do not ignore changes!
 */
'use strict'
exports[`test/lib/utils/tar.js TAP should log tarball contents > must match snapshot 1`] = `


package: my-cool-pkg@1.0.0
=== Tarball Contents ===

97B package.json
=== Bundled Dependencies ===

bundle-dep
=== Tarball Details ===

name:          my-cool-pkg                             
version:       1.0.0                                   
filename:      my-cool-pkg-1.0.0.tgz                   
package size:  222 B                                   
unpacked size: 101 B                                   
shasum:        fe3a2f6064ade3bc21640874530586343f2d832f
integrity:     sha512-ehndP8xBQL4yo[...]kWinZ4k1SCqUA==
bundled deps:  1                                       
bundled files: 0                                       
own files:     2                                       
total files:   2                                       


`