Skip to content

Commit 9d53583

Browse files
committed
test: update descriptions
--- 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: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent bb3344f commit 9d53583

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

  • lib/node_modules/@stdlib/ndarray/base/spread-dimensions/test

lib/node_modules/@stdlib/ndarray/base/spread-dimensions/test/test.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ tape( 'the function prepends singleton dimensions', function test( t ) {
176176
t.end();
177177
});
178178

179-
tape( 'the function prepends singleton dimensions (negative axis)', function test( t ) {
179+
tape( 'the function prepends singleton dimensions (negative index)', function test( t ) {
180180
var x;
181181
var y;
182182

@@ -222,7 +222,7 @@ tape( 'the function appends singleton dimensions', function test( t ) {
222222
t.end();
223223
});
224224

225-
tape( 'the function appends singleton dimensions (negative axis)', function test( t ) {
225+
tape( 'the function appends singleton dimensions (negative index)', function test( t ) {
226226
var x;
227227
var y;
228228

@@ -268,7 +268,7 @@ tape( 'the function inserts singleton dimensions', function test( t ) {
268268
t.end();
269269
});
270270

271-
tape( 'the function inserts singleton dimensions (negative axis)', function test( t ) {
271+
tape( 'the function inserts singleton dimensions (negative index)', function test( t ) {
272272
var x;
273273
var y;
274274

@@ -307,7 +307,7 @@ tape( 'the function prepends singleton dimensions (base; row-major)', function t
307307
t.end();
308308
});
309309

310-
tape( 'the function prepends singleton dimensions (base; row-major; negative axis)', function test( t ) {
310+
tape( 'the function prepends singleton dimensions (base; row-major; negative index)', function test( t ) {
311311
var x;
312312
var y;
313313

@@ -371,7 +371,7 @@ tape( 'the function appends singleton dimensions (base; row-major)', function te
371371
t.end();
372372
});
373373

374-
tape( 'the function appends singleton dimensions (base; row-major; negative axis)', function test( t ) {
374+
tape( 'the function appends singleton dimensions (base; row-major; negative index)', function test( t ) {
375375
var x;
376376
var y;
377377

@@ -434,7 +434,7 @@ tape( 'the function inserts singleton dimensions (base; row-major)', function te
434434
t.end();
435435
});
436436

437-
tape( 'the function inserts singleton dimensions (base; row-major; negative axis)', function test( t ) {
437+
tape( 'the function inserts singleton dimensions (base; row-major; negative index)', function test( t ) {
438438
var x;
439439
var y;
440440

0 commit comments

Comments
 (0)