Skip to content

Commit

Permalink
log prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Aug 17, 2024
1 parent 89b6c6c commit 50bf8ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ describe('prefix', () => {
});

it('should resolve the path to the global prefix', () => {
console.log(prefix);
assert(fs.existsSync(prefix));
});
});

0 comments on commit 50bf8ec

Please sign in to comment.