From ab3b072249c85e092d5e206003a30b895ccbbc0f Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Sun, 16 Oct 2022 17:02:35 -0700 Subject: snapshots --- test/snapshots/lodash-regexp.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/snapshots/lodash-regexp.js') 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); -- cgit v1.2.3