We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d15dc82 commit 2f9542dCopy full SHA for 2f9542d
test.js
@@ -23,6 +23,7 @@ describe('prefix', () => {
23
it('should resolve the path to the global prefix', () => {
24
console.log(prefix);
25
console.log(process.env.PATH);
26
+ console.log(process.env.PATHEXT);
27
assert(fs.existsSync(prefix));
28
});
29
0 commit comments