diff options
Diffstat (limited to 'integration/snapshots/bundled-entry-point.js')
-rw-r--r-- | integration/snapshots/bundled-entry-point.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/integration/snapshots/bundled-entry-point.js b/integration/snapshots/bundled-entry-point.js index 512d886be..0c47403d6 100644 --- a/integration/snapshots/bundled-entry-point.js +++ b/integration/snapshots/bundled-entry-point.js @@ -2,8 +2,8 @@ import { __require as require } from "http://localhost:8080/bun:wrap"; import * as $bbcd215f from "http://localhost:8080/node_modules/react/index.js"; -var hello = null ?? "world"; - export function test() { return testDone(import.meta.url); + } + |