Skip to content
Prev Previous commit
Next Next commit
log files
  • Loading branch information
szymonrybczak committed Sep 9, 2024
commit 92a6260175151ae22ad0eb31c6633e60ed0abd65
4 changes: 4 additions & 0 deletions __e2e__/root.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ beforeAll(() => {
},
);
console.log(linkingOutput.stdout);
const filesOutput = spawnScript('ls', ['-la', path.dirname(__dirname)], {
cwd: path.join(DIR, 'TestProject'),
});
console.log(filesOutput.stdout);
});

afterAll(() => {
Expand Down