Skip to content

Commit 8f6a877

Browse files
committed
Print out zshrc as well
1 parent 7d537ac commit 8f6a877

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/shell/path.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ describe('Path resource integration tests', async () => {
6969
console.log('My path', path);
7070
console.log('Temp dir 1', tempDir1);
7171
console.log('Temp dir 2', tempDir2);
72+
console.log('Zshrc', fs.readFile(`${os.homedir()}/.zshrc`))
7273

7374
// expect(path).to.include(tempDir1);
7475
// expect(path).to.include(tempDir2);

0 commit comments

Comments
 (0)