Skip to content

Commit

Permalink
fix compat-plugin-hints test
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Feb 29, 2024
1 parent f5c8879 commit ec1ebad
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/scenarios/compat-plugin-hints-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ appScenarios
'use strict';
const EmberApp = require('ember-cli/lib/broccoli/ember-app');
const { maybeEmbroider } = require('@embroider/test-setup');
const { prebuild } = require('@embroider/compat');
module.exports = function (defaults) {
let app = new EmberApp(defaults, {
Expand All @@ -30,7 +31,8 @@ appScenarios
}
});
return maybeEmbroider(app, {
return prebuild(app, {
// TODO this goes away when we fix the explicit babel config to be more sensible
skipBabel: [
{
package: 'qunit',
Expand Down

0 comments on commit ec1ebad

Please sign in to comment.