Skip to content

Commit b27c784

Browse files
committed
Add missing file extension
1 parent c950d12 commit b27c784

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/node_modules/@stdlib/string/next-grapheme-cluster-break/test/test.grapheme_break_property.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
var tape = require( 'tape' );
2424
var constants = require( './../lib/constants.js' );
25-
var graphemeBreakProperty = require( './../lib/grapheme_break_property' );
25+
var graphemeBreakProperty = require( './../lib/grapheme_break_property.js' );
2626

2727

2828
// TESTS //

0 commit comments

Comments
 (0)