diff --git a/bundler/tests/fixture/dynamic/input/entry.ts b/bundler/tests/fixture/dynamic/input/entry.ts index c431e985649a..26538a2af0b7 100644 --- a/bundler/tests/fixture/dynamic/input/entry.ts +++ b/bundler/tests/fixture/dynamic/input/entry.ts @@ -1,4 +1,5 @@ const a = import('./dep') console.log(a) -const a = import('./dep') \ No newline at end of file +const a = import('./dep') +console.log(a) \ No newline at end of file