DEV: Upgrade to Ember 3.28

This commit is contained in:
David Taylor
2022-07-18 10:14:37 +01:00
parent 086fb6d6cf
commit 13bc2f1f39
31 changed files with 849 additions and 178 deletions

View File

@@ -9,5 +9,19 @@ module.exports = function (defaults) {
},
});
return app.toTree();
/*
This build file specifies the options for the dummy test app of this
addon, located in `/tests/dummy`
This build file does *not* influence how the addon or the app using it
behave. You most likely want to be modifying `./index.js` or app's build file
*/
const { maybeEmbroider } = require("@embroider/test-setup");
return maybeEmbroider(app, {
skipBabel: [
{
package: "qunit",
},
],
});
};