We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b5a300 commit 1c9a58aCopy full SHA for 1c9a58a
lib/node_modules/@stdlib/math/tools/test/test.js
@@ -33,7 +33,7 @@ tape( 'main export is an object', function test( t ) {
33
t.end();
34
});
35
36
-tape( 'the exported object contains base math tools', function test( t ) {
+tape( 'the exported object contains math tools', function test( t ) {
37
var keys = objectKeys( ns );
38
t.equal( keys.length > 0, true, 'has keys' );
39
0 commit comments