diff options
Diffstat (limited to 'integration/snapshots/bundled-entry-point.hmr.js')
-rw-r--r-- | integration/snapshots/bundled-entry-point.hmr.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/integration/snapshots/bundled-entry-point.hmr.js b/integration/snapshots/bundled-entry-point.hmr.js index 071e573e8..b542b713e 100644 --- a/integration/snapshots/bundled-entry-point.hmr.js +++ b/integration/snapshots/bundled-entry-point.hmr.js @@ -15,7 +15,6 @@ Bun.activate(false); var hmr = new FastHMR(3012834585, "bundled-entry-point.js", FastRefresh), exports = hmr.exports; (hmr._load = function() { - var hello = null ?? "world"; function test() { return testDone(import.meta.url); } |