diff options
author | 2022-02-08 01:05:13 -0800 | |
---|---|---|
committer | 2022-02-08 01:05:13 -0800 | |
commit | 347b34886550ce60d2723db58b7d04b0445661db (patch) | |
tree | 8c27d6c4d545d43851d302ae53e028001ed7adb7 /integration/snapshots/export.debug.js | |
parent | d4afa5477ddb3546fb9f6e88821cf1bc57316294 (diff) | |
download | bun-347b34886550ce60d2723db58b7d04b0445661db.tar.gz bun-347b34886550ce60d2723db58b7d04b0445661db.tar.zst bun-347b34886550ce60d2723db58b7d04b0445661db.zip |
:camera:
Diffstat (limited to 'integration/snapshots/export.debug.js')
-rw-r--r-- | integration/snapshots/export.debug.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/integration/snapshots/export.debug.js b/integration/snapshots/export.debug.js index 534cb2a0c..184c92455 100644 --- a/integration/snapshots/export.debug.js +++ b/integration/snapshots/export.debug.js @@ -4,7 +4,6 @@ export {default as auth} from "http://localhost:8080/_auth.js"; export {default as login} from "http://localhost:8080/_login.js"; export * from "http://localhost:8080/_bacon.js"; export let yoyoyo = "yoyoyo"; - export default function hey() { return true; } |