diff options
Diffstat (limited to 'integration/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.hmr.js')
-rw-r--r-- | integration/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.hmr.js | 3 |
1 files changed, 2 insertions, 1 deletions
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, |