Skip to content

Commit

Permalink
test: change to relative require path
Browse files Browse the repository at this point in the history
  • Loading branch information
Planeshifter committed May 18, 2024
1 parent 6853d27 commit 075eb02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/fs/append-file/test/test.cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var DATA = readFileSync( FILE );

// FIXTURES //

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


// FUNCTIONS //
Expand Down

1 comment on commit 075eb02

@stdlib-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage Report

Package Statements Branches Functions Lines
fs/append-file $\color{green}177/177$
$\color{green}+100.00\%$
$\color{green}10/10$
$\color{green}+100.00\%$
$\color{green}2/2$
$\color{green}+100.00\%$
$\color{green}177/177$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this push.

Please sign in to comment.