From dfa3e19cbf1a4fefcad424b7a5a50569ce3d6864 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Tue, 22 Feb 2022 15:47:11 -0800 Subject: snaspshots --- .../cjs-transform-shouldnt-have-static-imports-in-cjs-function.hmr.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'integration/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.hmr.js') diff --git a/integration/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.hmr.js b/integration/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.hmr.js index 5b492fffc..ea8584f99 100644 --- a/integration/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.hmr.js +++ b/integration/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.hmr.js @@ -19,7 +19,8 @@ var hmr = new FastHMR(3878252498, "cjs-transform-shouldnt-have-static-imports-in function test() { return testDone(import.meta.url); } - var foo, bar; + var foo; + var bar; hmr.exportAll({ login: () => _login, test: () => test, -- cgit v1.2.3