Skip to content

Commit

Permalink
Merge pull request #116 from embroider-build/fix-blueprint
Browse files Browse the repository at this point in the history
bump @ember/test-helpers and stop ember-qunit from using requirejs
  • Loading branch information
mansona authored Nov 23, 2024
2 parents 96ccf5c + 32e2b23 commit 745e867
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion files-override/js/tests/test-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ export function start() {

setup(QUnit.assert);

qunitStart();
qunitStart({ loadTests: false });
}
2 changes: 1 addition & 1 deletion files-override/ts/tests/test-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ export function start() {

setup(QUnit.assert);

qunitStart();
qunitStart({ loadTests: false });
}
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ module.exports = {
'ember-template-lint@^6.0.0',

'@ember/string@^4.0.0',
'@ember/test-helpers@^4.0.0',
'ember-resolver@^13.0.2',
'ember-load-initializers@^3.0.1',
'qunit@^2.22.0',
Expand Down

0 comments on commit 745e867

Please sign in to comment.