We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ba90c commit fd1aa56Copy full SHA for fd1aa56
lib/node_modules/@stdlib/array/fixed-endian-factory/test/test.reduce.js
@@ -119,7 +119,7 @@ tape( 'the method throws an error if provided a first argument which is not a fu
119
}
120
});
121
122
-tape( 'the method throws an error if not provided an initial value when operating on an empty boolean array', function test( t ) {
+tape( 'the method throws an error if not provided an initial value when operating on an empty array', function test( t ) {
123
var ctor;
124
var arr;
125
0 commit comments