Skip to content

Commit

Permalink
test: add more cases with import.meta assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaIT committed Mar 28, 2024
1 parent 15ea395 commit 578a388
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/parser/next/import-meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ describe('Next - Import Meta', () => {
'1, import.meta;',
'import.meta, a = 1;',
'a = 1, import.meta;',
'import.meta.url = 1, import.meta.url = 2;',
'import.meta, import.meta.url = 1;',
'import.meta;'
]) {
it(`${arg}`, () => {
Expand Down

0 comments on commit 578a388

Please sign in to comment.