Skip to content

Commit

Permalink
stop ember-qunit from using requirejs
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Nov 23, 2024
1 parent 39f4c0e commit 32e2b23
Show file tree
Hide file tree
Showing 2 changed files with 2 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 });
}

0 comments on commit 32e2b23

Please sign in to comment.