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