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: d132d7af6e6f901777380c95e06b4ab99f6ff9c1 (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
34
35
36
/* 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 ===

4B  cat         
4B  chai        
4B  dog         
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:  274 B                                   
unpacked size: 113 B                                   
shasum:        cd0dfccff77dff944eb761854bc0b0497d974f67
integrity:     sha512-qeFip1jH05vkW[...]zHSdMdPpYogMA==
bundled deps:  1                                       
bundled files: 0                                       
own files:     5                                       
total files:   5                                       


`