Skip to content

Commit 075eb02

Browse files
committed
test: change to relative require path
1 parent 6853d27 commit 075eb02

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/fs/append-file/test

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/fs/append-file/test/test.cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var DATA = readFileSync( FILE );
4444

4545
// FIXTURES //
4646

47-
var PKG_VERSION = require( '@stdlib/fs/append-file/package.json' ).version;
47+
var PKG_VERSION = require( './../package.json' ).version;
4848

4949

5050
// FUNCTIONS //

0 commit comments

Comments
 (0)