Skip to content

Commit 976cf11

Browse files
committed
Make the linter happy
1 parent 2103b64 commit 976cf11

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/unit/node/routes/vscode.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ describe("vscode", () => {
3636
const htmlContent = await resp.text()
3737

3838
expect(resp.status).toBe(200)
39-
expect(htmlContent).toContain(`\"nameShort\":\"${appName}\"`)
40-
expect(htmlContent).toContain(`\"nameLong\":\"${appName}\"`)
39+
expect(htmlContent).toContain(`"nameShort":"${appName}"`)
40+
expect(htmlContent).toContain(`"nameLong":"${appName}"`)
4141
})
4242
})

0 commit comments

Comments
 (0)