From e53ee9136ca440589b213126a6dd6c3fac9691e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Bryxi=CC=81?= Date: Wed, 2 Oct 2024 12:35:23 +0200 Subject: [PATCH] fix: test-helper to overrides - As per [this comment](https://github.com/adopted-ember-addons/ember-file-upload/pull/1084) --- test-app/config/ember-try.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test-app/config/ember-try.js b/test-app/config/ember-try.js index 3fc265f0..f986d66b 100644 --- a/test-app/config/ember-try.js +++ b/test-app/config/ember-try.js @@ -13,9 +13,11 @@ module.exports = async function () { devDependencies: { 'ember-cli': '~4.12.2', 'ember-source': '~3.28.12', - '@ember/test-helpers': '^2.9.4', 'ember-qunit': '~6.0.0', }, + overrides: { + '@ember/test-helpers': '^2.9.4', + }, }, }, {