Fix: correct quote style in canvas-host test
This commit is contained in:
parent
fbe4faaeb5
commit
80a9d67707
@ -255,8 +255,8 @@ describe("canvas host", () => {
|
||||
expect(html).not.toContain("statusEl.innerHTML");
|
||||
|
||||
// Verify the status element construction is present
|
||||
expect(html).toContain('bridgeSpan.className');
|
||||
expect(html).toContain('bridgeSpan.textContent');
|
||||
expect(html).toContain("bridgeSpan.className");
|
||||
expect(html).toContain("bridgeSpan.textContent");
|
||||
} finally {
|
||||
await server.close();
|
||||
await fs.rm(dir, { recursive: true, force: true });
|
||||
|
||||
Loading…
Reference in New Issue
Block a user