Skip to content

Commit 7210eb7

Browse files
committed
Remove load tests
1 parent 999e31f commit 7210eb7

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

tests/test-helper.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import EmberApp from 'ember-strict-application-resolver';
2-
import { loadTests } from 'ember-qunit/test-loader';
32
import EmberRouter from '@ember/routing/router';
43
import { dependencySatisfies } from '@embroider/macros';
54
import * as QUnit from 'qunit';
@@ -24,14 +23,6 @@ class TestApp extends EmberApp {
2423
Router.map(function () {});
2524

2625
export function start() {
27-
/**
28-
* We only need to explicitly call load tests when we're on a newer ember-qunit. This check is here
29-
* because we have an ember-try setup that tests ember versions that aren't supported on the newer
30-
* ember-qunit so we need to downgrade ember-qunit for them too
31-
*/
32-
if (!dependencySatisfies('ember-qunit', '<9.0.0')) {
33-
loadTests();
34-
}
3526
setApplication(
3627
TestApp.create({
3728
autoboot: false,

0 commit comments

Comments
 (0)