File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import EmberApp from 'ember-strict-application-resolver' ;
2- import { loadTests } from 'ember-qunit/test-loader' ;
32import EmberRouter from '@ember/routing/router' ;
43import { dependencySatisfies } from '@embroider/macros' ;
54import * as QUnit from 'qunit' ;
@@ -24,14 +23,6 @@ class TestApp extends EmberApp {
2423Router . map ( function ( ) { } ) ;
2524
2625export 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 ,
You can’t perform that action at this time.
0 commit comments