diff options
author | 2022-02-07 23:50:40 -0800 | |
---|---|---|
committer | 2022-02-07 23:50:40 -0800 | |
commit | 5dce6f63d0b91ca2914b96532c0d09c4bdea550e (patch) | |
tree | 5d3ea5332fe134b4458d8f5d89f308723ed7cabc /integration/snippets | |
parent | d43f7aa6aa7274bb717d1c1450357b1f62b8b5b2 (diff) | |
download | bun-5dce6f63d0b91ca2914b96532c0d09c4bdea550e.tar.gz bun-5dce6f63d0b91ca2914b96532c0d09c4bdea550e.tar.zst bun-5dce6f63d0b91ca2914b96532c0d09c4bdea550e.zip |
Add test for #117
Diffstat (limited to 'integration/snippets')
-rw-r--r-- | integration/snippets/export-default-module-hot.js | 2 |
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; |