diff options
Diffstat (limited to 'test/snapshots/lodash-regexp.js')
-rw-r--r-- | test/snapshots/lodash-regexp.js | 6 |
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); |