Skip to content

Commit

Permalink
Removes duplicate test.
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotny committed Aug 31, 2021
1 parent c7a2f8a commit c8a2c02
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/no-empty-file.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@ const tab = ' ';
test.snapshot({
valid: [
'const x = 0;',
'\'use strict\'; const x = 0;',
';; const x = 0;',
'{{{;;const x = 0;}}}',
';;\'use strict\';',
'{\'use strict\';}',
outdent`
'use strict\';
'use strict';
const x = 0;
`,
';;\'use strict\';',
'{\'use strict\';}',
'({})',
outdent`
#!/usr/bin/env node
Expand Down

0 comments on commit c8a2c02

Please sign in to comment.