Skip to content

Commit

Permalink
Ensure that it's fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 14, 2021
1 parent 5ff4452 commit cd73638
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bundler/tests/fixture/dynamic/input/entry.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const a = import('./dep')

console.log(a)
const a = import('./dep')
const a = import('./dep')
console.log(a)

0 comments on commit cd73638

Please sign in to comment.