@@ -57,6 +57,7 @@ describe('dependency-analysis', () => {
5757 optional : false ,
5858 depth : 'root' as const ,
5959 path : [ 'test-pkg@1.0.0' ] ,
60+ tarballUrl : 'https://example.com/test-pkg-1.0.0.tgz' ,
6061 } ,
6162 ] ,
6263 ] )
@@ -90,6 +91,7 @@ describe('dependency-analysis', () => {
9091 optional : false ,
9192 depth : 'root' as const ,
9293 path : [ 'test-pkg@1.0.0' ] ,
94+ tarballUrl : 'https://example.com/test-pkg-1.0.0.tgz' ,
9395 } ,
9496 ] ,
9597 [
@@ -328,6 +330,7 @@ describe('dependency-analysis', () => {
328330 optional : false ,
329331 depth : 'root' as const ,
330332 path : [ 'pkg@1.0.0' ] ,
333+ tarballUrl : 'https://example.com/pkg-1.0.0.tgz' ,
331334 } ,
332335 ] ,
333336 ] )
@@ -369,6 +372,7 @@ describe('dependency-analysis', () => {
369372 optional : false ,
370373 depth : 'root' as const ,
371374 path : [ 'pkg@1.0.0' ] ,
375+ tarballUrl : 'https://example.com/pkg-1.0.0.tgz' ,
372376 } ,
373377 ] ,
374378 ] )
@@ -411,6 +415,7 @@ describe('dependency-analysis', () => {
411415 optional : false ,
412416 depth : 'root' as const ,
413417 path : [ 'pkg@1.0.0' ] ,
418+ tarballUrl : 'https://example.com/pkg-1.0.0.tgz' ,
414419 } ,
415420 ] ,
416421 ] )
@@ -452,6 +457,7 @@ describe('dependency-analysis', () => {
452457 optional : false ,
453458 depth : 'root' as const ,
454459 path : [ 'pkg@1.0.0' ] ,
460+ tarballUrl : 'https://example.com/pkg-1.0.0.tgz' ,
455461 } ,
456462 ] ,
457463 ] )
@@ -879,6 +885,7 @@ describe('dependency-analysis', () => {
879885 optional : false ,
880886 depth : 'root' as const ,
881887 path : [ 'pkg@1.0.0' ] ,
888+ tarballUrl : 'https://example.com/pkg-1.0.0.tgz' ,
882889 } ,
883890 ] ,
884891 ] )
0 commit comments