File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 fail-fast : false
4545 matrix :
4646 ember-try-scenario :
47- - ember-default-with-jquery
4847 - ember-default-with-mocha
49- - ember-classic
5048 - embroider-safe
5149 - embroider-safe-with-mocha
5250 - embroider-optimized
Original file line number Diff line number Diff line change @@ -73,41 +73,9 @@ module.exports = async function () {
7373 } ,
7474 } ,
7575 } ,
76- {
77- name : 'ember-default-with-jquery' ,
78- env : {
79- EMBER_OPTIONAL_FEATURES : JSON . stringify ( {
80- 'jquery-integration' : true ,
81- } ) ,
82- } ,
83- npm : {
84- devDependencies : {
85- '@ember/jquery' : '^0.5.1' ,
86- 'ember-source' : '^3.28.0' ,
87- } ,
88- } ,
89- } ,
9076 mochaScenario ( {
9177 name : 'ember-default-with-mocha' ,
9278 } ) ,
93- {
94- name : 'ember-classic' ,
95- env : {
96- EMBER_OPTIONAL_FEATURES : JSON . stringify ( {
97- 'application-template-wrapper' : true ,
98- 'default-async-observers' : false ,
99- 'template-only-glimmer-components' : false ,
100- } ) ,
101- } ,
102- npm : {
103- devDependencies : {
104- 'ember-source' : '^3.28.0' ,
105- } ,
106- ember : {
107- edition : 'classic' ,
108- } ,
109- } ,
110- } ,
11179 embroiderSafe ( ) ,
11280 embroiderSafe (
11381 mochaScenario ( {
You can’t perform that action at this time.
0 commit comments