We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b02583 commit 80877c2Copy full SHA for 80877c2
test/unit/node/cli.test.ts
@@ -655,7 +655,7 @@ describe("cli", () => {
655
656
const args: UserProvidedArgs = {}
657
args._ = ["/aaa/file", "/bbb/file"]
658
- expect(await shouldOpenInExistingInstance(args)).toStrictEqual(`${tmpDirPath}/vscode-ipc-aaa.sock`)
+ expect(await shouldOpenInExistingInstance(args)).toStrictEqual(`${tmpDirPath}/vscode-ipc-aaa.sock`)
659
660
server.close()
661
})
0 commit comments