Skip to content

Commit 6f89d36

Browse files
jsjoeiocode-asher
andauthored
Update test/e2e/terminal.test.ts
Co-authored-by: Asher <[email protected]>
1 parent d16dfce commit 6f89d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/terminal.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ test.describe("Integrated Terminal", () => {
3434
// because Playwright doesn't fully support ES modules from
3535
// the erorrs I'm seeing
3636
tmpFolderPath = fs.mkdtempSync(path.join(tmpdir(), "code-server-test"))
37-
tmpFile = `${tmpFolderPath}${path.sep}${testFileName}`
37+
tmpFile = path.join(tmpFolderPath, testFileName)
3838
})
3939

4040
test.afterEach(async () => {

0 commit comments

Comments
 (0)