-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixed all the beta build test failures #1750
Conversation
app = Application.create(config.APP); | ||
app = Application.create({ | ||
...config.APP, | ||
modulePrefix: config.modulePrefix, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
modulePrefix: config.modulePrefix, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chancancode
We do need to have modulePrefix
Otherwise, there is error
Error: Assertion Failed:
modulePrefix must be defined
Seems that podModulePrefix
is optional. I will leave it off.
Nice. Thank you! Sorry for the noise, tried to fix this from mobile while in transit 🙃 feel free to discard/squash/force push to the branch |
Update tests/helpers/setup-ember-debug-test.js Update tests/helpers/setup-ember-debug-test.js Update tests/helpers/setup-ember-debug-test.js Update tests/helpers/setup-ember-debug-test.js Update tests/helpers/setup-ember-debug-test.js
0be270b
to
b782864
Compare
fix object inspector test
4b2870a
to
dcbc943
Compare
@@ -117,6 +117,9 @@ | |||
"webpack": "^5.51.1", | |||
"yauzl": "^2.10.0" | |||
}, | |||
"resolutions": { | |||
"socket.io": "4.2.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this change fixes this issue
https://discord.com/channels/480462759797063690/483601670685720591/898312581339553822
Thanks so much for your work on this @michaelbdai! |
* fix beta build * Update tests/helpers/setup-ember-debug-test.js Update tests/helpers/setup-ember-debug-test.js Update tests/helpers/setup-ember-debug-test.js Update tests/helpers/setup-ember-debug-test.js Update tests/helpers/setup-ember-debug-test.js Update tests/helpers/setup-ember-debug-test.js * fix all failing tests fix object inspector test Co-authored-by: Bing Dai <[email protected]> Co-authored-by: Godfrey Chan <[email protected]>
Description
fixed all the beta build test failures
Screenshots