Skip to content

Commit bf18008

Browse files
committed
Update test description
1 parent 64fd310 commit bf18008

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lib/node_modules/@stdlib/array/to-json/test/test.type.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var typeName = require( './../lib/type.js' );
3636

3737
// TESTS //
3838

39-
tape( 'file exports a function', function test( t ) {
39+
tape( 'main export is a function', function test( t ) {
4040
t.ok( true, __filename );
4141
t.strictEqual( typeof typeName, 'function', 'export is a function' );
4242
t.end();

lib/node_modules/@stdlib/error/to-json/test/test.type.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var typeName = require( './../lib/type.js' );
2727

2828
// TESTS //
2929

30-
tape( 'file exports a function', function test( t ) {
30+
tape( 'main export is a function', function test( t ) {
3131
t.ok( true, __filename );
3232
t.strictEqual( typeof typeName, 'function', 'export is a function' );
3333
t.end();

lib/node_modules/@stdlib/utils/copy/test/test.copy_error.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var opts = {
4141

4242
// TESTS //
4343

44-
tape( 'file exports a function', function test( t ) {
44+
tape( 'main export is a function', function test( t ) {
4545
t.ok( true, __filename );
4646
t.equal( typeof copy, 'function', 'export is a function' );
4747
t.end();

lib/node_modules/@stdlib/utils/copy/test/test.deep_copy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var LEVEL = PINF;
3737

3838
// TESTS //
3939

40-
tape( 'file exports a function', function test( t ) {
40+
tape( 'main export is a function', function test( t ) {
4141
t.ok( true, __filename );
4242
t.equal( typeof copy, 'function', 'export is a function' );
4343
t.end();

0 commit comments

Comments
 (0)