Skip to content

Commit 8f745c7

Browse files
committed
test: fix descriptions
1 parent 6485a76 commit 8f745c7

File tree

39 files changed

+39
-39
lines changed

39 files changed

+39
-39
lines changed

lib/node_modules/@stdlib/napi/argv-complex128array/test/test.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ tape( 'main export is a function', opts, function test( t ) {
4444
t.end();
4545
});
4646

47-
tape( 'the function throws an error if provided argument which is not a Float64Array', opts, function test( t ) {
47+
tape( 'the function throws an error if provided an argument which is not a Float64Array', opts, function test( t ) {
4848
var values;
4949
var i;
5050

lib/node_modules/@stdlib/napi/argv-complex64array/test/test.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ tape( 'main export is a function', opts, function test( t ) {
4444
t.end();
4545
});
4646

47-
tape( 'the function throws an error if provided argument which is not a Float32Array', opts, function test( t ) {
47+
tape( 'the function throws an error if provided an argument which is not a Float32Array', opts, function test( t ) {
4848
var values;
4949
var i;
5050

lib/node_modules/@stdlib/napi/argv-double/test/test.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ tape( 'main export is a function', opts, function test( t ) {
4141
t.end();
4242
});
4343

44-
tape( 'the function throws an error if provided argument which is not a number', opts, function test( t ) {
44+
tape( 'the function throws an error if provided an argument which is not a number', opts, function test( t ) {
4545
var values;
4646
var i;
4747

lib/node_modules/@stdlib/napi/argv-float/test/test.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ tape( 'main export is a function', opts, function test( t ) {
4141
t.end();
4242
});
4343

44-
tape( 'the function throws an error if provided argument which is not a number', opts, function test( t ) {
44+
tape( 'the function throws an error if provided an argument which is not a number', opts, function test( t ) {
4545
var values;
4646
var i;
4747

lib/node_modules/@stdlib/napi/argv-float32array/test/test.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ tape( 'main export is a function', opts, function test( t ) {
4343
t.end();
4444
});
4545

46-
tape( 'the function throws an error if provided argument which is not a Float32Array', opts, function test( t ) {
46+
tape( 'the function throws an error if provided an argument which is not a Float32Array', opts, function test( t ) {
4747
var values;
4848
var i;
4949

lib/node_modules/@stdlib/napi/argv-float64array/test/test.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ tape( 'main export is a function', opts, function test( t ) {
4343
t.end();
4444
});
4545

46-
tape( 'the function throws an error if provided argument which is not a Float64Array', opts, function test( t ) {
46+
tape( 'the function throws an error if provided an argument which is not a Float64Array', opts, function test( t ) {
4747
var values;
4848
var i;
4949

lib/node_modules/@stdlib/napi/argv-int16array/test/test.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ tape( 'main export is a function', opts, function test( t ) {
4343
t.end();
4444
});
4545

46-
tape( 'the function throws an error if provided argument which is not an Int16Array', opts, function test( t ) {
46+
tape( 'the function throws an error if provided an argument which is not an Int16Array', opts, function test( t ) {
4747
var values;
4848
var i;
4949

lib/node_modules/@stdlib/napi/argv-int32/test/test.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ tape( 'main export is a function', opts, function test( t ) {
4141
t.end();
4242
});
4343

44-
tape( 'the function throws an error if provided argument which is not a number', opts, function test( t ) {
44+
tape( 'the function throws an error if provided an argument which is not a number', opts, function test( t ) {
4545
var values;
4646
var i;
4747

lib/node_modules/@stdlib/napi/argv-int32array/test/test.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ tape( 'main export is a function', opts, function test( t ) {
4343
t.end();
4444
});
4545

46-
tape( 'the function throws an error if provided argument which is not an Int32Array', opts, function test( t ) {
46+
tape( 'the function throws an error if provided an argument which is not an Int32Array', opts, function test( t ) {
4747
var values;
4848
var i;
4949

lib/node_modules/@stdlib/napi/argv-int64/test/test.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ tape( 'main export is a function', opts, function test( t ) {
4141
t.end();
4242
});
4343

44-
tape( 'the function throws an error if provided argument which is not a number', opts, function test( t ) {
44+
tape( 'the function throws an error if provided an argument which is not a number', opts, function test( t ) {
4545
var values;
4646
var i;
4747

0 commit comments

Comments
 (0)