File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 120120 }
121121 },
122122 "peerDependencies" : {
123- "@ember/test-helpers" : " >= 3 || > 2.7" ,
123+ "@ember/test-helpers" : " >=4 || >= 3 || > 2.7" ,
124124 "ember-source" : " >=6.0 || >=4.0"
125125 },
126126 "peerDependenciesMeta" : {
Original file line number Diff line number Diff line change @@ -3,10 +3,12 @@ import config from 'test-app/config/environment';
33import * as QUnit from 'qunit' ;
44import { setApplication } from '@ember/test-helpers' ;
55import { setup } from 'qunit-dom' ;
6- import { start } from 'ember-qunit' ;
6+ import { loadTests } from 'ember-qunit/test-loader' ;
7+ import { start , setupEmberOnerrorValidation } from 'ember-qunit' ;
78
89setApplication ( Application . create ( config . APP ) ) ;
9-
1010setup ( QUnit . assert ) ;
1111
12+ setupEmberOnerrorValidation ( ) ;
13+ loadTests ( ) ;
1214start ( ) ;
Original file line number Diff line number Diff line change @@ -3,10 +3,12 @@ import config from 'test-esa/config/environment';
33import * as QUnit from 'qunit' ;
44import { setApplication } from '@ember/test-helpers' ;
55import { setup } from 'qunit-dom' ;
6- import { start } from 'ember-qunit' ;
6+ import { loadTests } from 'ember-qunit/test-loader' ;
7+ import { start , setupEmberOnerrorValidation } from 'ember-qunit' ;
78
89setApplication ( Application . create ( config . APP ) ) ;
9-
1010setup ( QUnit . assert ) ;
1111
12+ setupEmberOnerrorValidation ( ) ;
13+ loadTests ( ) ;
1214start ( ) ;
You can’t perform that action at this time.
0 commit comments