diff options
Diffstat (limited to 'integration/snapshots/global-is-remapped-to-globalThis.js')
-rw-r--r-- | integration/snapshots/global-is-remapped-to-globalThis.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/snapshots/global-is-remapped-to-globalThis.js b/integration/snapshots/global-is-remapped-to-globalThis.js index a5a3723a6..dace8fa7a 100644 --- a/integration/snapshots/global-is-remapped-to-globalThis.js +++ b/integration/snapshots/global-is-remapped-to-globalThis.js @@ -4,7 +4,7 @@ __HMRModule as HMR import { __HMRClient as Bun } from "http://localhost:8080/__runtime.js"; -Bun.activate(false); +Bun.activate(true); var hmr = new HMR(713665787, "global-is-remapped-to-globalThis.js"), exports = hmr.exports; (hmr._load = function() { |