diff --git a/test.js b/test.js index 76a3754..18b9f07 100644 --- a/test.js +++ b/test.js @@ -21,6 +21,7 @@ describe('prefix', () => { }); it('should resolve the path to the global prefix', () => { + console.log(prefix); assert(fs.existsSync(prefix)); }); });