test: fix bundler_compile.test.ts (#19296)

This commit is contained in:
Meghan Denny
2025-04-25 22:43:07 -08:00
committed by GitHub
parent b7c5bd0922
commit 147fb975e1

View File

@@ -316,7 +316,8 @@ describe("bundler", () => {
`,
},
run: {
stdout: "<!DOCTYPE html><html><head></head><body><h1>Hello World</h1><p>This is an example.</p></body></html>",
stdout:
'<!DOCTYPE html><html><head><link rel="expect" href="#«R»" blocking="render"/></head><body><h1>Hello World</h1><p>This is an example.</p><template id="«R»"></template></body></html>',
stderr: bytecode
? "[Disk Cache] Cache hit for sourceCode\n[Disk Cache] Cache miss for sourceCode\n"
: undefined,