Skip to content

Commit

Permalink
Add test case (fixed by ae5c341)
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Jul 22, 2024
1 parent 9f5eb01 commit 5e742dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/knip/fixtures/imports/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ function promiseAll() {
const [identifierA, { default: identifierB }] = await Promise.all([
import('./import-a'),
import('./dir/import-b'),
import('./dir/import-b'),
]);

[identifierA, identifierB];
Expand Down

0 comments on commit 5e742dc

Please sign in to comment.