File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed
lib/node_modules/@stdlib/array/complex64/test Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ tape( 'the method throws an error if provided a first argument which is not a fu
107
107
}
108
108
} ) ;
109
109
110
- tape ( 'the method returns `true` if provided an empty complex number array' , function test ( t ) {
110
+ tape ( 'the method returns `true` if operating on an empty complex number array' , function test ( t ) {
111
111
var bool ;
112
112
var arr ;
113
113
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ tape( 'the method throws an error if provided a first argument which is not a fu
110
110
}
111
111
} ) ;
112
112
113
- tape ( 'the method returns empty array if provided an empty complex number array' , function test ( t ) {
113
+ tape ( 'the method returns an empty array if operating on an empty complex number array' , function test ( t ) {
114
114
var arr ;
115
115
var out ;
116
116
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ tape( 'the method throws an error if provided a first argument which is not a fu
107
107
}
108
108
} ) ;
109
109
110
- tape ( 'the method returns `undefined` if provided an empty complex number array' , function test ( t ) {
110
+ tape ( 'the method returns `undefined` if operating on an empty complex number array' , function test ( t ) {
111
111
var arr ;
112
112
var z ;
113
113
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ tape( 'the method throws an error if provided a first argument which is not a fu
107
107
}
108
108
} ) ;
109
109
110
- tape ( 'the method returns `-1` if provided an empty complex number array' , function test ( t ) {
110
+ tape ( 'the method returns `-1` if operating on an empty complex number array' , function test ( t ) {
111
111
var arr ;
112
112
var idx ;
113
113
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ tape( 'the method throws an error if provided a first argument which is not a fu
107
107
}
108
108
} ) ;
109
109
110
- tape ( 'the method returns `undefined` if provided an empty complex number array' , function test ( t ) {
110
+ tape ( 'the method returns `undefined` if operating on an empty complex number array' , function test ( t ) {
111
111
var arr ;
112
112
var z ;
113
113
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ tape( 'the method throws an error if provided a first argument which is not a fu
107
107
}
108
108
} ) ;
109
109
110
- tape ( 'the method returns `-1` if provided an empty complex number array' , function test ( t ) {
110
+ tape ( 'the method returns `-1` if operating on an empty complex number array' , function test ( t ) {
111
111
var arr ;
112
112
var idx ;
113
113
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ tape( 'the method throws an error if provided a second argument which is not an
134
134
}
135
135
} ) ;
136
136
137
- tape ( 'the method returns `false` if provided an empty complex number array' , function test ( t ) {
137
+ tape ( 'the method returns `false` if operating on an empty complex number array' , function test ( t ) {
138
138
var bool ;
139
139
var arr ;
140
140
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ tape( 'the method throws an error if provided a second argument which is not an
134
134
}
135
135
} ) ;
136
136
137
- tape ( 'the method returns `-1` if provided an empty complex number array' , function test ( t ) {
137
+ tape ( 'the method returns `-1` if operating on an empty complex number array' , function test ( t ) {
138
138
var arr ;
139
139
var idx ;
140
140
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ tape( 'the method throws an error if provided a second argument which is not an
134
134
}
135
135
} ) ;
136
136
137
- tape ( 'the method returns `-1` if provided an empty complex number array' , function test ( t ) {
137
+ tape ( 'the method returns `-1` if operating on an empty complex number array' , function test ( t ) {
138
138
var arr ;
139
139
var idx ;
140
140
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ tape( 'the method throws an error if provided a first argument which is not a fu
107
107
}
108
108
} ) ;
109
109
110
- tape ( 'the method returns `false` if provided an empty complex number array' , function test ( t ) {
110
+ tape ( 'the method returns `false` if operating on an empty complex number array' , function test ( t ) {
111
111
var bool ;
112
112
var arr ;
113
113
You can’t perform that action at this time.
0 commit comments