Skip to content

Commit 8517842

Browse files
committed
Print out zshrc as well
1 parent 3ad9f4a commit 8517842

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/shell/path.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +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', await fs.readFile(`${os.homedir()}/.zshrc`))
72+
console.log('Zshrc', await fs.readFile(`${os.homedir()}/.zshrc`, 'utf-8'))
7373

7474
expect(path).to.include(tempDir1);
7575
expect(path).to.include(tempDir2);

0 commit comments

Comments
 (0)