Skip to content

Commit 862f117

Browse files
committed
Rename var name
1 parent dac6c37 commit 862f117

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/snippets/test/test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
// MODULES //
44

55
var tape = require( 'tape' );
6-
var fcn = require( './../lib' );
6+
var TODO = require( './../lib' );
77

88

99
// TESTS //
1010

1111
tape( 'main export is a function', function test( t ) {
1212
t.ok( true, __filename );
13-
t.equal( typeof fcn, 'function', 'main export is a function' );
13+
t.equal( typeof TODO, 'function', 'main export is a function' );
1414
t.end();
1515
});
1616

0 commit comments

Comments
 (0)