mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Add test for #117
This commit is contained in:
@@ -27,5 +27,6 @@
|
||||
"/number-literal-bug.js",
|
||||
"/caught-require.js",
|
||||
"/package-json-utf8.js",
|
||||
"/multiple-var.js"
|
||||
"/multiple-var.js",
|
||||
"/export-default-module-hot.js"
|
||||
]
|
||||
|
||||
2
integration/snippets/export-default-module-hot.js
Normal file
2
integration/snippets/export-default-module-hot.js
Normal file
@@ -0,0 +1,2 @@
|
||||
// This test passes if there's no syntax error
|
||||
export default module.id;
|
||||
Reference in New Issue
Block a user