aboutsummaryrefslogtreecommitdiff
path: root/test/snapshots/lodash-regexp.debug.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/snapshots/lodash-regexp.debug.js')
-rw-r--r--test/snapshots/lodash-regexp.debug.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/snapshots/lodash-regexp.debug.js b/test/snapshots/lodash-regexp.debug.js
index fa168dcae..f31cc3c5e 100644
--- a/test/snapshots/lodash-regexp.debug.js
+++ b/test/snapshots/lodash-regexp.debug.js
@@ -1,8 +1,8 @@
import {
-__require
+__require as require_ab102cbd93061951
} from "http://localhost:8080/bun:wrap";
import * as $75175720 from "http://localhost:8080/node_modules/lodash/lodash.js";
-var { shuffle} = __require($75175720);
+var { shuffle} = require_ab102cbd93061951($75175720);
export function test() {
const foo = [1, 2, 3, 4, 6];
const bar = shuffle(foo);