From 347b34886550ce60d2723db58b7d04b0445661db Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Tue, 8 Feb 2022 01:05:13 -0800 Subject: :camera: --- integration/snippets/export-default-module-hot.js | 4 ++++ 1 file changed, 4 insertions(+) (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 index 559c5c19e..d6bb5a6a1 100644 --- a/integration/snippets/export-default-module-hot.js +++ b/integration/snippets/export-default-module-hot.js @@ -1,2 +1,6 @@ // This test passes if there's no syntax error export default module.id; + +export function test() { + testDone(import.meta.url); +} -- cgit v1.2.3