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

tar.js.test.cjs « utils « lib « test « tap-snapshots - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5c3813dd8db43b3a00dc177d9c3b39b6b927c6ea (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:  216 B                                   
unpacked size: 101 B                                   
shasum:        a604258e06adecec0b18f48e901c5802f19f7dab
integrity:     sha512-fnN6NmI8DerTt[...]6rH17jx7OIFig==
bundled deps:  1                                       
bundled files: 0                                       
own files:     2                                       
total files:   2                                       


`