@@ -47,13 +47,13 @@ function testPackFormats() {
4747
4848testPackFormats ( )
4949
50- testVersions ( [ 3 , 'data' ] , { releases : { min : '' , max : '' } , snapshots : { min : '' , max : '' } } )
51- testVersions ( [ 10 , 'resource' ] , { releases : { min : '' , max : '' } , snapshots : { min : '' , max : '' } } )
52- testVersions ( [ 6 , 'resource' ] , { releases : { min : '1.16.2' , max : '1.16.5' } , snapshots : { min : '' , max : '' } } )
50+ testVersions ( [ 3 , 'data' ] , { releases : { min : null , max : null } , snapshots : { min : null , max : null } } )
51+ testVersions ( [ 10 , 'resource' ] , { releases : { min : null , max : null } , snapshots : { min : null , max : null } } )
52+ testVersions ( [ 6 , 'resource' ] , { releases : { min : '1.16.2' , max : '1.16.5' } , snapshots : { min : null , max : null } } )
5353testVersions ( [ 6 , 'data' ] , { releases : { min : '1.16.2' , max : '1.16.5' } , snapshots : { min : '20w45a' , max : '20w45a' } } )
5454testVersions ( [ 7 , 'resource' ] , { releases : { min : '1.17' , max : '1.17.1' } , snapshots : { min : '20w45a' , max : '21w38a' } } )
5555testVersions ( [ 10 , 'data' ] , { releases : { min : '1.19' , max : '1.19.3' } , snapshots : { min : '22w11a' , max : '23w02a' } } )
56- testVersions ( [ 11 , 'resource' ] , { releases : { min : '' , max : '' } , snapshots : { min : '22w42a' , max : '22w44a' } } )
56+ testVersions ( [ 11 , 'resource' ] , { releases : { min : null , max : null } , snapshots : { min : '22w42a' , max : '22w44a' } } )
5757testVersions ( [ 15 , 'data' ] , { releases : { min : '1.20' , max : '1.20.1' } , snapshots : { min : '23w18a' , max : '23w30a' } } )
5858
5959console . log ( `\nRan ${ total } tests | ${ passed } passed | ${ failed } failed` )
0 commit comments