diff options
Diffstat (limited to 'integration/snapshots/lodash-regexp.js')
-rw-r--r-- | integration/snapshots/lodash-regexp.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/integration/snapshots/lodash-regexp.js b/integration/snapshots/lodash-regexp.js index 6e0e6190a..30dcab4e5 100644 --- a/integration/snapshots/lodash-regexp.js +++ b/integration/snapshots/lodash-regexp.js @@ -1,8 +1,8 @@ import { __require as require } from "http://localhost:8080/__runtime.js"; -import * as $60f52dc2 from "http://localhost:8080/node_modules/lodash/lodash.js"; -var { shuffle} = require($60f52dc2); +import * as $cbd4e379 from "http://localhost:8080/node_modules/lodash/lodash.js"; +var { shuffle} = require($cbd4e379); export function test() { const foo = [1, 2, 3, 4, 6]; |