File tree 5 files changed +14
-11
lines changed
packages/ember-cli-fastboot/fastboot/instance-initializers
custom-fastboot-app/public
ember-cli-fastboot-testing-app/tests
5 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 24
24
"release-it-lerna-changelog" : " ^3.1.0" ,
25
25
"release-it-yarn-workspaces" : " ^2.0.0"
26
26
},
27
+ "resolutions" : {
28
+ "fastboot" : " 4.1.1"
29
+ },
27
30
"publishConfig" : {
28
31
"registry" : " https://registry.npmjs.org"
29
32
},
Original file line number Diff line number Diff line change 1
1
function initialize ( instance ) {
2
2
let { request } = instance . lookup ( 'service:fastboot' ) ;
3
- fetch . __fastbootRequest = request ;
3
+ if ( fetch ) {
4
+ fetch . __fastbootRequest = request ;
5
+ }
4
6
}
5
7
6
8
export default {
Original file line number Diff line number Diff line change 13
13
< link rel ="stylesheet " href ="assets/custom-html-file.css ">
14
14
</ head >
15
15
< body >
16
- <!-- EMBER_CLI_FASTBOOT_BODY -->
16
+ < div id ="ember-testing ">
17
+ <!-- EMBER_CLI_FASTBOOT_BODY -->
18
+ </ div >
17
19
18
20
< script src ="assets/vendor.js "> </ script >
19
21
< script src ="assets/custom-html-file.js "> </ script >
Original file line number Diff line number Diff line change 21
21
{{content-for "body"}}
22
22
{{content-for "test-body"}}
23
23
24
- < div id ="qunit "> </ div >
25
- < div id ="qunit-fixture ">
26
- < div id ="ember-testing-container ">
27
- < div id ="ember-testing "> </ div >
28
- </ div >
29
- </ div >
24
+ < div id ="ember-testing ">
25
+ </ div >
30
26
31
27
< script src ="/testem.js " integrity =""> </ script >
32
28
< script src ="{{rootURL}}assets/vendor.js "> </ script >
Original file line number Diff line number Diff line change @@ -6966,14 +6966,14 @@ fastboot-transform@^0.1.3:
6966
6966
convert-source-map "^1.5.1"
6967
6967
6968
6968
fastboot@^3.0.3:
6969
- version "3.3.2"
6970
- resolved "https://registry.yarnpkg.com/fastboot/-/fastboot-3.3.2.tgz#bf1ac7b01937846b63423a88138e13eb50406d2e"
6971
- integrity sha512-2NKTW32GvEsDyBrdw1trW1JsbS+9/7sAQuKwkht12mNitimRrSKVLP2AxsM/HSXQE+aiET4XCfKdyeIy0kQbKQ==
6969
+ version "4.1.1"
6972
6970
dependencies:
6971
+ abortcontroller-polyfill "^1.7.3"
6973
6972
chalk "^4.1.2"
6974
6973
cookie "^0.4.1"
6975
6974
debug "^4.3.3"
6976
6975
jsdom "^19.0.0"
6976
+ node-fetch "^2.6.7"
6977
6977
resolve "^1.22.0"
6978
6978
simple-dom "^1.4.0"
6979
6979
source-map-support "^0.5.21"
You can’t perform that action at this time.
0 commit comments