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 e2efe32 commit 6af3333Copy full SHA for 6af3333
lib/node_modules/@stdlib/complex/float32/base/add/test/test.strided.js
@@ -30,7 +30,7 @@ var add = require( './../lib/strided.js' );
30
31
tape( 'main export is a function', function test( t ) {
32
t.ok( true, __filename );
33
- t.deepEqual( typeof add, 'function', 'main export is a function' );
+ t.strictEqual( typeof add, 'function', 'main export is a function' );
34
t.end();
35
});
36
0 commit comments