Skip to content

Commit

Permalink
fix a test that must be run in esm mode
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Feb 18, 2021
1 parent ecfff30 commit 68f02d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/end-to-end-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -1981,7 +1981,7 @@
if (typeof f !== 'undefined') throw 'fail'
`,
}),
test(['in.js', '--outfile=node.js'], {
test(['in.js', '--outfile=node.js', '--format=esm'], {
'in.js': `
export {}
if (1) {
Expand Down

0 comments on commit 68f02d3

Please sign in to comment.