Skip to content

Commit

Permalink
use maybeEmbroider
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Nov 19, 2024
1 parent 0b1f3df commit 09d1ec5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tests/scenarios/v2-addon-type-module-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,12 @@ appScenarios
const { compatBuild, recommendedOptions } = require('@embroider/compat');
const Webpack = require('@embroider/webpack').Webpack;
return compatBuild(app, Webpack, {
...recommendedOptions.optimized,
const { maybeEmbroider } = require('@embroider/test-setup');
return maybeEmbroider(app, {
skipBabel: [
{ package: 'qunit' },
{
package: 'qunit',
},
],
});
};
Expand Down

0 comments on commit 09d1ec5

Please sign in to comment.