mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
test: fix bundler_compile.test.ts (#19296)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user