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 committed Jan 10, 2020
1 parent c316915 commit 2c8f2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/esm.spec.js
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 2c8f2ba

Please sign in to comment.