Skip to content

Commit

Permalink
Force rollup config to be ESM
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Mar 7, 2022
1 parent a53355c commit c4075fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scenarios/v2-addon-dev-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ appScenarios
hooks.before(async assert => {
app = await scenario.prepare();

await execa(path.join(addon.baseDir, 'node_modules/rollup/dist/bin/rollup'), ['-c', './rollup.config.js'], {
await execa(path.join(addon.baseDir, 'node_modules/rollup/dist/bin/rollup'), ['-c', './rollup.config.mjs'], {
cwd: addon.baseDir,
});

Expand Down

0 comments on commit c4075fc

Please sign in to comment.