diff options
author | 2022-10-16 17:02:35 -0700 | |
---|---|---|
committer | 2022-10-16 17:02:35 -0700 | |
commit | ab3b072249c85e092d5e206003a30b895ccbbc0f (patch) | |
tree | 6e55fe44445e319de0a84fada924f087f8985710 /test/snapshots/bundled-entry-point.js | |
parent | 690e79445dc9cb2b6bcf802768ee99350134165f (diff) | |
download | bun-ab3b072249c85e092d5e206003a30b895ccbbc0f.tar.gz bun-ab3b072249c85e092d5e206003a30b895ccbbc0f.tar.zst bun-ab3b072249c85e092d5e206003a30b895ccbbc0f.zip |
snapshots
Diffstat (limited to 'test/snapshots/bundled-entry-point.js')
-rw-r--r-- | test/snapshots/bundled-entry-point.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/snapshots/bundled-entry-point.js b/test/snapshots/bundled-entry-point.js index 4f5a59894..12722a5c1 100644 --- a/test/snapshots/bundled-entry-point.js +++ b/test/snapshots/bundled-entry-point.js @@ -1,7 +1,7 @@ import { -__require as require +__require } from "http://localhost:8080/bun:wrap"; -import * as $45b81229 from "http://localhost:8080/node_modules/react/index.js"; +import * as $a66742df from "http://localhost:8080/node_modules/react/index.js"; export function test() { return testDone(import.meta.url); } |