From 5dce6f63d0b91ca2914b96532c0d09c4bdea550e Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Mon, 7 Feb 2022 23:50:40 -0800 Subject: Add test for #117 --- integration/snippets/export-default-module-hot.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 integration/snippets/export-default-module-hot.js (limited to 'integration/snippets/export-default-module-hot.js') 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; -- cgit v1.2.3