File tree Expand file tree Collapse 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 Expand file tree Collapse file tree 5 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 2424 "release-it-lerna-changelog" : " ^3.1.0" ,
2525 "release-it-yarn-workspaces" : " ^2.0.0"
2626 },
27+ "resolutions" : {
28+ "fastboot" : " 4.1.1"
29+ },
2730 "publishConfig" : {
2831 "registry" : " https://registry.npmjs.org"
2932 },
Original file line number Diff line number Diff line change 11function initialize ( instance ) {
22 let { request } = instance . lookup ( 'service:fastboot' ) ;
3- fetch . __fastbootRequest = request ;
3+ if ( fetch ) {
4+ fetch . __fastbootRequest = request ;
5+ }
46}
57
68export default {
Original file line number Diff line number Diff line change 1313 < link rel ="stylesheet " href ="assets/custom-html-file.css ">
1414 </ head >
1515 < body >
16- <!-- EMBER_CLI_FASTBOOT_BODY -->
16+ < div id ="ember-testing ">
17+ <!-- EMBER_CLI_FASTBOOT_BODY -->
18+ </ div >
1719
1820 < script src ="assets/vendor.js "> </ script >
1921 < script src ="assets/custom-html-file.js "> </ script >
Original file line number Diff line number Diff line change 2121 {{content-for "body"}}
2222 {{content-for "test-body"}}
2323
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 >
3026
3127 < script src ="/testem.js " integrity =""> </ script >
3228 < 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:
69666966 convert-source-map "^1.5.1"
69676967
69686968fastboot@^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"
69726970 dependencies:
6971+ abortcontroller-polyfill "^1.7.3"
69736972 chalk "^4.1.2"
69746973 cookie "^0.4.1"
69756974 debug "^4.3.3"
69766975 jsdom "^19.0.0"
6976+ node-fetch "^2.6.7"
69776977 resolve "^1.22.0"
69786978 simple-dom "^1.4.0"
69796979 source-map-support "^0.5.21"
You can’t perform that action at this time.
0 commit comments