Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud committed Jan 22, 2024
1 parent a8cbb8f commit 68dc27e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/parsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ tap.test('.standardImport() - importStar case', (t) => {
t.end();
});


tap.test('.dynamicImport() - Single qoutes', (t) => {
const rx = dynamicImport('m');
const str = 'var promise = import(\'module-name\');';
Expand Down

0 comments on commit 68dc27e

Please sign in to comment.