diff --git a/lib/node_modules/@stdlib/ndarray/slice-dimension-from/test/test.js b/lib/node_modules/@stdlib/ndarray/slice-dimension-from/test/test.js index a1a35f3f7d27..37a86f6c7ca0 100644 --- a/lib/node_modules/@stdlib/ndarray/slice-dimension-from/test/test.js +++ b/lib/node_modules/@stdlib/ndarray/slice-dimension-from/test/test.js @@ -489,11 +489,11 @@ tape( 'in non-strict mode, the function returns an empty array when a starting i var i; values = [ - zeros( [ 1 ], { 'dtype': 'float64' } ), - zeros( [ 1, 1 ], { 'dtype': 'float32' } ), - zeros( [ 1, 1, 1 ], { 'dtype': 'int32' } ), - zeros( [ 1, 1, 1, 1 ], { 'dtype': 'uint32' } ), - zeros( [ 1, 1, 1, 1, 1 ], { 'dtype': 'complex128' } ) + zeros( [ 1 ], { 'dtype': 'float64' }), + zeros( [ 1, 1 ], { 'dtype': 'float32' }), + zeros( [ 1, 1, 1 ], { 'dtype': 'int32' }), + zeros( [ 1, 1, 1, 1 ], { 'dtype': 'uint32' }), + zeros( [ 1, 1, 1, 1, 1 ], { 'dtype': 'complex128' }) ]; start = [ @@ -522,11 +522,11 @@ tape( 'in non-strict mode, the function returns an empty array when a starting i var i; values = [ - zeros( [ 1 ], { 'dtype': 'float64' } ), - zeros( [ 1, 1 ], { 'dtype': 'float32' } ), - zeros( [ 1, 1, 1 ], { 'dtype': 'int32' } ), - zeros( [ 1, 1, 1, 1 ], { 'dtype': 'uint32' } ), - zeros( [ 1, 1, 1, 1, 1 ], { 'dtype': 'complex128' } ) + zeros( [ 1 ], { 'dtype': 'float64' }), + zeros( [ 1, 1 ], { 'dtype': 'float32' }), + zeros( [ 1, 1, 1 ], { 'dtype': 'int32' }), + zeros( [ 1, 1, 1, 1 ], { 'dtype': 'uint32' }), + zeros( [ 1, 1, 1, 1, 1 ], { 'dtype': 'complex128' }) ]; dim = [