Skip to content
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

Merged
merged 3 commits into from
Oct 17, 2021

Conversation

michaelbdai
Copy link
Contributor

@michaelbdai michaelbdai commented Oct 15, 2021

Description

fixed all the beta build test failures

Screenshots

Screen Shot 2021-10-16 at 12 05 25 AM

@michaelbdai michaelbdai marked this pull request as draft October 15, 2021 08:50
app = Application.create(config.APP);
app = Application.create({
...config.APP,
modulePrefix: config.modulePrefix,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
modulePrefix: config.modulePrefix,

Copy link
Contributor Author

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.

@chancancode
Copy link
Member

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
fix object inspector test
@michaelbdai michaelbdai changed the title WIP fix beta build fixed all the beta build test failures Oct 16, 2021
@michaelbdai michaelbdai marked this pull request as ready for review October 16, 2021 07:12
@@ -117,6 +117,9 @@
"webpack": "^5.51.1",
"yauzl": "^2.10.0"
},
"resolutions": {
"socket.io": "4.2.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RobbieTheWagner
Copy link
Member

Thanks so much for your work on this @michaelbdai!

@RobbieTheWagner RobbieTheWagner merged commit 00ea813 into emberjs:master Oct 17, 2021
patricklx pushed a commit to patricklx/ember-inspector that referenced this pull request Sep 19, 2022
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants