aboutsummaryrefslogtreecommitdiff
path: root/integration/snippets/export-default-module-hot.js
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-02-07 23:50:40 -0800
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-02-07 23:50:40 -0800
commit5dce6f63d0b91ca2914b96532c0d09c4bdea550e (patch)
tree5d3ea5332fe134b4458d8f5d89f308723ed7cabc /integration/snippets/export-default-module-hot.js
parentd43f7aa6aa7274bb717d1c1450357b1f62b8b5b2 (diff)
downloadbun-5dce6f63d0b91ca2914b96532c0d09c4bdea550e.tar.gz
bun-5dce6f63d0b91ca2914b96532c0d09c4bdea550e.tar.zst
bun-5dce6f63d0b91ca2914b96532c0d09c4bdea550e.zip
Add test for #117
Diffstat (limited to 'integration/snippets/export-default-module-hot.js')
-rw-r--r--integration/snippets/export-default-module-hot.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/integration/snippets/export-default-module-hot.js b/integration/snippets/export-default-module-hot.js
new file mode 100644
index 000000000..559c5c19e
--- /dev/null
+++ b/integration/snippets/export-default-module-hot.js
@@ -0,0 +1,2 @@
+// This test passes if there's no syntax error
+export default module.id;