Skip to content

Commit

Permalink
fix esm test due to node 13 esm warning
Browse files Browse the repository at this point in the history
  • Loading branch information
giltayar authored and juergba committed Feb 21, 2020
1 parent 3a7cf23 commit 6e65047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/esm.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe('esm', function() {
run(
'esm/esm-success.fixture.mjs',
utils.supportsEsModules(true)
? []
? ['--no-warnings']
: ['--experimental-modules', '--no-warnings'],
function(err, result) {
if (err) {
Expand Down

0 comments on commit 6e65047

Please sign in to comment.