Skip to content

Commit 9f85b5d

Browse files
committed
test: fix description
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: passed - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 805f439 commit 9f85b5d

File tree

108 files changed

+338
-338
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+338
-338
lines changed

lib/node_modules/@stdlib/blas/ext/base/dapxsum/test/test.dapxsum.native.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tape( 'the function has an arity of 4', opts, function test( t ) {
4848
t.end();
4949
});
5050

51-
tape( 'the functions throws an error if provided a first argument which is not a number', opts, function test( t ) {
51+
tape( 'the function throws an error if provided a first argument which is not a number', opts, function test( t ) {
5252
var values;
5353
var i;
5454

@@ -75,7 +75,7 @@ tape( 'the functions throws an error if provided a first argument which is not a
7575
}
7676
});
7777

78-
tape( 'the functions throws an error if provided a second argument which is not a number', opts, function test( t ) {
78+
tape( 'the function throws an error if provided a second argument which is not a number', opts, function test( t ) {
7979
var values;
8080
var i;
8181

@@ -102,7 +102,7 @@ tape( 'the functions throws an error if provided a second argument which is not
102102
}
103103
});
104104

105-
tape( 'the functions throws an error if provided a third argument which is not a Float64Array', opts, function test( t ) {
105+
tape( 'the function throws an error if provided a third argument which is not a Float64Array', opts, function test( t ) {
106106
var values;
107107
var i;
108108

@@ -130,7 +130,7 @@ tape( 'the functions throws an error if provided a third argument which is not a
130130
}
131131
});
132132

133-
tape( 'the functions throws an error if provided a fourth argument which is not a number', opts, function test( t ) {
133+
tape( 'the function throws an error if provided a fourth argument which is not a number', opts, function test( t ) {
134134
var values;
135135
var i;
136136

lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn/test/test.dapxsumkbn.native.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tape( 'the function has an arity of 4', opts, function test( t ) {
4848
t.end();
4949
});
5050

51-
tape( 'the functions throws an error if provided a first argument which is not a number', opts, function test( t ) {
51+
tape( 'the function throws an error if provided a first argument which is not a number', opts, function test( t ) {
5252
var values;
5353
var i;
5454

@@ -75,7 +75,7 @@ tape( 'the functions throws an error if provided a first argument which is not a
7575
}
7676
});
7777

78-
tape( 'the functions throws an error if provided a second argument which is not a number', opts, function test( t ) {
78+
tape( 'the function throws an error if provided a second argument which is not a number', opts, function test( t ) {
7979
var values;
8080
var i;
8181

@@ -102,7 +102,7 @@ tape( 'the functions throws an error if provided a second argument which is not
102102
}
103103
});
104104

105-
tape( 'the functions throws an error if provided a third argument which is not a Float64Array', opts, function test( t ) {
105+
tape( 'the function throws an error if provided a third argument which is not a Float64Array', opts, function test( t ) {
106106
var values;
107107
var i;
108108

@@ -130,7 +130,7 @@ tape( 'the functions throws an error if provided a third argument which is not a
130130
}
131131
});
132132

133-
tape( 'the functions throws an error if provided a fourth argument which is not a number', opts, function test( t ) {
133+
tape( 'the function throws an error if provided a fourth argument which is not a number', opts, function test( t ) {
134134
var values;
135135
var i;
136136

lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn2/test/test.dapxsumkbn2.native.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tape( 'the function has an arity of 4', opts, function test( t ) {
4848
t.end();
4949
});
5050

51-
tape( 'the functions throws an error if provided a first argument which is not a number', opts, function test( t ) {
51+
tape( 'the function throws an error if provided a first argument which is not a number', opts, function test( t ) {
5252
var values;
5353
var i;
5454

@@ -75,7 +75,7 @@ tape( 'the functions throws an error if provided a first argument which is not a
7575
}
7676
});
7777

78-
tape( 'the functions throws an error if provided a second argument which is not a number', opts, function test( t ) {
78+
tape( 'the function throws an error if provided a second argument which is not a number', opts, function test( t ) {
7979
var values;
8080
var i;
8181

@@ -102,7 +102,7 @@ tape( 'the functions throws an error if provided a second argument which is not
102102
}
103103
});
104104

105-
tape( 'the functions throws an error if provided a third argument which is not a Float64Array', opts, function test( t ) {
105+
tape( 'the function throws an error if provided a third argument which is not a Float64Array', opts, function test( t ) {
106106
var values;
107107
var i;
108108

@@ -130,7 +130,7 @@ tape( 'the functions throws an error if provided a third argument which is not a
130130
}
131131
});
132132

133-
tape( 'the functions throws an error if provided a fourth argument which is not a number', opts, function test( t ) {
133+
tape( 'the function throws an error if provided a fourth argument which is not a number', opts, function test( t ) {
134134
var values;
135135
var i;
136136

lib/node_modules/@stdlib/blas/ext/base/dapxsumors/test/test.dapxsumors.native.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tape( 'the function has an arity of 4', opts, function test( t ) {
4848
t.end();
4949
});
5050

51-
tape( 'the functions throws an error if provided a first argument which is not a number', opts, function test( t ) {
51+
tape( 'the function throws an error if provided a first argument which is not a number', opts, function test( t ) {
5252
var values;
5353
var i;
5454

@@ -75,7 +75,7 @@ tape( 'the functions throws an error if provided a first argument which is not a
7575
}
7676
});
7777

78-
tape( 'the functions throws an error if provided a second argument which is not a number', opts, function test( t ) {
78+
tape( 'the function throws an error if provided a second argument which is not a number', opts, function test( t ) {
7979
var values;
8080
var i;
8181

@@ -102,7 +102,7 @@ tape( 'the functions throws an error if provided a second argument which is not
102102
}
103103
});
104104

105-
tape( 'the functions throws an error if provided a third argument which is not a Float64Array', opts, function test( t ) {
105+
tape( 'the function throws an error if provided a third argument which is not a Float64Array', opts, function test( t ) {
106106
var values;
107107
var i;
108108

@@ -130,7 +130,7 @@ tape( 'the functions throws an error if provided a third argument which is not a
130130
}
131131
});
132132

133-
tape( 'the functions throws an error if provided a fourth argument which is not a number', opts, function test( t ) {
133+
tape( 'the function throws an error if provided a fourth argument which is not a number', opts, function test( t ) {
134134
var values;
135135
var i;
136136

lib/node_modules/@stdlib/blas/ext/base/dapxsumpw/test/test.dapxsumpw.native.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tape( 'the function has an arity of 4', opts, function test( t ) {
4848
t.end();
4949
});
5050

51-
tape( 'the functions throws an error if provided a first argument which is not a number', opts, function test( t ) {
51+
tape( 'the function throws an error if provided a first argument which is not a number', opts, function test( t ) {
5252
var values;
5353
var i;
5454

@@ -75,7 +75,7 @@ tape( 'the functions throws an error if provided a first argument which is not a
7575
}
7676
});
7777

78-
tape( 'the functions throws an error if provided a second argument which is not a number', opts, function test( t ) {
78+
tape( 'the function throws an error if provided a second argument which is not a number', opts, function test( t ) {
7979
var values;
8080
var i;
8181

@@ -102,7 +102,7 @@ tape( 'the functions throws an error if provided a second argument which is not
102102
}
103103
});
104104

105-
tape( 'the functions throws an error if provided a third argument which is not a Float64Array', opts, function test( t ) {
105+
tape( 'the function throws an error if provided a third argument which is not a Float64Array', opts, function test( t ) {
106106
var values;
107107
var i;
108108

@@ -130,7 +130,7 @@ tape( 'the functions throws an error if provided a third argument which is not a
130130
}
131131
});
132132

133-
tape( 'the functions throws an error if provided a fourth argument which is not a number', opts, function test( t ) {
133+
tape( 'the function throws an error if provided a fourth argument which is not a number', opts, function test( t ) {
134134
var values;
135135
var i;
136136

lib/node_modules/@stdlib/blas/ext/base/dasumpw/test/test.dasumpw.native.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tape( 'the function has an arity of 3', opts, function test( t ) {
4848
t.end();
4949
});
5050

51-
tape( 'the functions throws an error if provided a first argument which is not a number', opts, function test( t ) {
51+
tape( 'the function throws an error if provided a first argument which is not a number', opts, function test( t ) {
5252
var values;
5353
var i;
5454

@@ -75,7 +75,7 @@ tape( 'the functions throws an error if provided a first argument which is not a
7575
}
7676
});
7777

78-
tape( 'the functions throws an error if provided a second argument which is not a Float64Array', opts, function test( t ) {
78+
tape( 'the function throws an error if provided a second argument which is not a Float64Array', opts, function test( t ) {
7979
var values;
8080
var i;
8181

@@ -103,7 +103,7 @@ tape( 'the functions throws an error if provided a second argument which is not
103103
}
104104
});
105105

106-
tape( 'the functions throws an error if provided a third argument which is not a number', opts, function test( t ) {
106+
tape( 'the function throws an error if provided a third argument which is not a number', opts, function test( t ) {
107107
var values;
108108
var i;
109109

lib/node_modules/@stdlib/blas/ext/base/dnanasum/test/test.dnanasum.native.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ tape( 'the function has an arity of 3', opts, function test( t ) {
4747
t.end();
4848
});
4949

50-
tape( 'the functions throws an error if provided a first argument which is not a number', opts, function test( t ) {
50+
tape( 'the function throws an error if provided a first argument which is not a number', opts, function test( t ) {
5151
var values;
5252
var i;
5353

@@ -74,7 +74,7 @@ tape( 'the functions throws an error if provided a first argument which is not a
7474
}
7575
});
7676

77-
tape( 'the functions throws an error if provided a second argument which is not a Float64Array', opts, function test( t ) {
77+
tape( 'the function throws an error if provided a second argument which is not a Float64Array', opts, function test( t ) {
7878
var values;
7979
var i;
8080

@@ -102,7 +102,7 @@ tape( 'the functions throws an error if provided a second argument which is not
102102
}
103103
});
104104

105-
tape( 'the functions throws an error if provided a third argument which is not a number', opts, function test( t ) {
105+
tape( 'the function throws an error if provided a third argument which is not a number', opts, function test( t ) {
106106
var values;
107107
var i;
108108

lib/node_modules/@stdlib/blas/ext/base/dnanasumors/test/test.dnanasumors.native.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ tape( 'the function has an arity of 3', opts, function test( t ) {
4747
t.end();
4848
});
4949

50-
tape( 'the functions throws an error if provided a first argument which is not a number', opts, function test( t ) {
50+
tape( 'the function throws an error if provided a first argument which is not a number', opts, function test( t ) {
5151
var values;
5252
var i;
5353

@@ -74,7 +74,7 @@ tape( 'the functions throws an error if provided a first argument which is not a
7474
}
7575
});
7676

77-
tape( 'the functions throws an error if provided a second argument which is not a Float64Array', opts, function test( t ) {
77+
tape( 'the function throws an error if provided a second argument which is not a Float64Array', opts, function test( t ) {
7878
var values;
7979
var i;
8080

@@ -102,7 +102,7 @@ tape( 'the functions throws an error if provided a second argument which is not
102102
}
103103
});
104104

105-
tape( 'the functions throws an error if provided a third argument which is not a number', opts, function test( t ) {
105+
tape( 'the function throws an error if provided a third argument which is not a number', opts, function test( t ) {
106106
var values;
107107
var i;
108108

lib/node_modules/@stdlib/blas/ext/base/dnansum/test/test.dnansum.native.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ tape( 'the function has an arity of 3', opts, function test( t ) {
4747
t.end();
4848
});
4949

50-
tape( 'the functions throws an error if provided a first argument which is not a number', opts, function test( t ) {
50+
tape( 'the function throws an error if provided a first argument which is not a number', opts, function test( t ) {
5151
var values;
5252
var i;
5353

@@ -74,7 +74,7 @@ tape( 'the functions throws an error if provided a first argument which is not a
7474
}
7575
});
7676

77-
tape( 'the functions throws an error if provided a second argument which is not a Float64Array', opts, function test( t ) {
77+
tape( 'the function throws an error if provided a second argument which is not a Float64Array', opts, function test( t ) {
7878
var values;
7979
var i;
8080

@@ -102,7 +102,7 @@ tape( 'the functions throws an error if provided a second argument which is not
102102
}
103103
});
104104

105-
tape( 'the functions throws an error if provided a third argument which is not a number', opts, function test( t ) {
105+
tape( 'the function throws an error if provided a third argument which is not a number', opts, function test( t ) {
106106
var values;
107107
var i;
108108

lib/node_modules/@stdlib/blas/ext/base/dnansumkbn/test/test.dnansumkbn.native.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ tape( 'the function has an arity of 3', opts, function test( t ) {
4747
t.end();
4848
});
4949

50-
tape( 'the functions throws an error if provided a first argument which is not a number', opts, function test( t ) {
50+
tape( 'the function throws an error if provided a first argument which is not a number', opts, function test( t ) {
5151
var values;
5252
var i;
5353

@@ -74,7 +74,7 @@ tape( 'the functions throws an error if provided a first argument which is not a
7474
}
7575
});
7676

77-
tape( 'the functions throws an error if provided a second argument which is not a Float64Array', opts, function test( t ) {
77+
tape( 'the function throws an error if provided a second argument which is not a Float64Array', opts, function test( t ) {
7878
var values;
7979
var i;
8080

@@ -102,7 +102,7 @@ tape( 'the functions throws an error if provided a second argument which is not
102102
}
103103
});
104104

105-
tape( 'the functions throws an error if provided a third argument which is not a number', opts, function test( t ) {
105+
tape( 'the function throws an error if provided a third argument which is not a number', opts, function test( t ) {
106106
var values;
107107
var i;
108108

0 commit comments

Comments
 (0)