8
8
exports [ `test/dir.js TAP basic > extract 1` ] = `
9
9
Object {
10
10
"from": "file:test/fixtures/abbrev",
11
- "integrity": "sha512-4LQrO8XIPkwgx2wanFZU5bCNmzB1dzTbDtgozDs2uqGLj0x1De97lOP3BFEtlsZDFOquwrJt0IHsjEFfgfDyVA== ",
11
+ "integrity": "{integrity} ",
12
12
"resolved": "\${CWD}/test/fixtures/abbrev",
13
13
}
14
14
`
@@ -151,7 +151,7 @@ Object {
151
151
"tap": "^10.1",
152
152
},
153
153
"dist": Object {
154
- "integrity": "sha512-whatever-this-is-only-checked-if-we-extract-it ",
154
+ "integrity": "{integrity} ",
155
155
"tarball": "file:\${CWD}/test/fixtures/abbrev",
156
156
},
157
157
"files": Array [
@@ -176,15 +176,15 @@ Object {
176
176
exports [ `test/dir.js TAP make bins executable > results of unpack 1` ] = `
177
177
Object {
178
178
"from": "file:test/fixtures/bin-object",
179
- "integrity": "sha512-hvYyDtqhAkxg/NF7eOjCpDcIs7ksaZjk9vrBkktxTJ0liITA/FsnEgmbP9l8h3rp+zN1QIvKAUvyTCYRpyCqZQ== ",
179
+ "integrity": "{integrity} ",
180
180
"resolved": "\${CWD}/test/fixtures/bin-object",
181
181
}
182
182
`
183
183
184
184
exports [ `test/dir.js TAP responds to foregroundScripts: true > extract 1` ] = `
185
185
Object {
186
186
"from": "file:test/fixtures/prepare-script",
187
- "integrity": "sha512-shf/7QYgFII06kJbyyqj4u86uLuyJnD0xVGLm0XDkC6nuVU+GBHwQ9uogbLUQnBu0gSvcWYVnO1TyPxj+YQDdw== ",
187
+ "integrity": "{integrity} ",
188
188
"resolved": "\${CWD}/test/fixtures/prepare-script",
189
189
}
190
190
`
@@ -250,7 +250,7 @@ Object {
250
250
exports [ `test/dir.js TAP responds to foregroundScripts: true and silent: true > extract 1` ] = `
251
251
Object {
252
252
"from": "file:test/fixtures/prepare-script",
253
- "integrity": "sha512-shf/7QYgFII06kJbyyqj4u86uLuyJnD0xVGLm0XDkC6nuVU+GBHwQ9uogbLUQnBu0gSvcWYVnO1TyPxj+YQDdw== ",
253
+ "integrity": "{integrity} ",
254
254
"resolved": "\${CWD}/test/fixtures/prepare-script",
255
255
}
256
256
`
@@ -316,7 +316,7 @@ Object {
316
316
exports [ `test/dir.js TAP with prepare script > extract 1` ] = `
317
317
Object {
318
318
"from": "file:test/fixtures/prepare-script",
319
- "integrity": "sha512-shf/7QYgFII06kJbyyqj4u86uLuyJnD0xVGLm0XDkC6nuVU+GBHwQ9uogbLUQnBu0gSvcWYVnO1TyPxj+YQDdw== ",
319
+ "integrity": "{integrity} ",
320
320
"resolved": "\${CWD}/test/fixtures/prepare-script",
321
321
}
322
322
`
0 commit comments