From da4906c9a70d40e7397ebd47250b030586e5ae8a Mon Sep 17 00:00:00 2001 From: Ilya Radchenko Date: Tue, 18 Jan 2022 15:09:25 -0500 Subject: [PATCH] fix: ember-default-with-jquery not passing in new addons Previously it ran against default which was < v4 and so it worked, but now the default is v4 and this test fails. --- blueprints/addon/files/addon-config/ember-try.js | 1 + 1 file changed, 1 insertion(+) diff --git a/blueprints/addon/files/addon-config/ember-try.js b/blueprints/addon/files/addon-config/ember-try.js index cc564ade16..58d68c3add 100644 --- a/blueprints/addon/files/addon-config/ember-try.js +++ b/blueprints/addon/files/addon-config/ember-try.js @@ -56,6 +56,7 @@ module.exports = async function () { }, npm: { devDependencies: { + 'ember-source': '~3.24.3', '@ember/jquery': '^1.1.0', }, },