Skip to content

Commit 5c14fed

Browse files
authored
test: update require path
Signed-off-by: Athan <[email protected]>
1 parent 8284eed commit 5c14fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/dstructs/named-typed-tuple/test/test.to_string.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
var tape = require( 'tape' );
2424
var hasOwnProp = require( '@stdlib/assert/has-own-property' );
2525
var isFunction = require( '@stdlib/assert/is-function' );
26-
var namedtypedtuple = require( './../lib/main.js' );
26+
var namedtypedtuple = require( './../lib' );
2727

2828

2929
// TESTS //

0 commit comments

Comments
 (0)