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 bcf4efc commit bedaa66Copy full SHA for bedaa66
1 file changed
lib/node_modules/@stdlib/ndarray/base/nans/test/test.js
@@ -65,7 +65,7 @@ tape( 'main export is a function', function test( t ) {
65
t.end();
66
});
67
68
-tape( 'the function throws an error if provided an unrecognized data type', function test( t ) {
+tape( 'the function throws an error if provided an unrecognized/unsupported data type', function test( t ) {
69
var values;
70
var i;
71
0 commit comments