-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
fix: add better embroider test and fix embroider compat #8410
fix: add better embroider test and fix embroider compat #8410
Conversation
@runspired maybe we get already with this tests the same error like explained in #8396, otherwise we need to add some other tests, which should fail |
7c92f18
to
28ba8db
Compare
c1422e8
to
0a9d1ae
Compare
@mkszepp ended up adding a test which failed because we can't use @embroider/test-setup currently as it results in downstream build errors: glimmerjs/glimmer.js#406 I think the solution here is to not use moduleExists (since no module does exist) and to use dependencySatisfies. This was failing because (as you noticed but I'm not sure quite communicated well enough in #8403 for me to understand why that was what you were doing) there is no module for moduleExists to find. |
Add embroider try scenarios for tests