aboutsummaryrefslogtreecommitdiff
path: root/test/snapshots/lodash-regexp.js
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-10-16 17:02:35 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-10-16 17:02:35 -0700
commitab3b072249c85e092d5e206003a30b895ccbbc0f (patch)
tree6e55fe44445e319de0a84fada924f087f8985710 /test/snapshots/lodash-regexp.js
parent690e79445dc9cb2b6bcf802768ee99350134165f (diff)
downloadbun-ab3b072249c85e092d5e206003a30b895ccbbc0f.tar.gz
bun-ab3b072249c85e092d5e206003a30b895ccbbc0f.tar.zst
bun-ab3b072249c85e092d5e206003a30b895ccbbc0f.zip
snapshots
Diffstat (limited to 'test/snapshots/lodash-regexp.js')
-rw-r--r--test/snapshots/lodash-regexp.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/snapshots/lodash-regexp.js b/test/snapshots/lodash-regexp.js
index 5f3950b6a..fa168dcae 100644
--- a/test/snapshots/lodash-regexp.js
+++ b/test/snapshots/lodash-regexp.js
@@ -1,8 +1,8 @@
import {
-__require as require
+__require
} from "http://localhost:8080/bun:wrap";
-import * as $2f2e4966 from "http://localhost:8080/node_modules/lodash/lodash.js";
-var { shuffle} = require($2f2e4966);
+import * as $75175720 from "http://localhost:8080/node_modules/lodash/lodash.js";
+var { shuffle} = __require($75175720);
export function test() {
const foo = [1, 2, 3, 4, 6];
const bar = shuffle(foo);