-
Notifications
You must be signed in to change notification settings - Fork 52
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
Basic build failures #245
Comments
Hmm, that first error seems unrelated to this addon (looks like a bug that was reported a while back on ember-data that has to do with preserved cache after updating/changing ember-data versions). RE: the second error, can you share the full stack trace (or even just the error message)? It's quite difficult to reason about with just that one line number... |
Sorry, I messed up the Markdown...
|
Hmm, maybe you are not testing with |
Nono: tried with I'll try to find time this week to debug a tad if other stacks work/don't. |
Ya, seems like that might be necessary. Maybe there are multiple versions of |
Ya a |
ember-qunit didn't update to 2.0 of test-helpers until version 5
|
I think you probably don't want to mix and match these. You'll want to be on ember-qunit@~5.x and @ember/test-helpers@~2.x. You can follow this guide to migrate. |
well it's impossible to mix and match them. the build fails. this project needs to update the requirements to mention that qunit 5.x is required, which currently it says nothing about. furthermore, the changelog should mention this is a breaking change for v4. I may submit a PR for that, but I can't right now. |
Is this still an issue? I've used |
Hello!
I am doing very basic and naive testing to see if this addon could be useful for our app.
When starting a new app with the very useful and basic ember-new-output it sometimes seems like there are discrepancies with the stack... (or at least the doc is not entirely true/filled).
More info (all tests are made with this addon current version, i.e.
4.0.2
):First error:
Ember-cli: 3.24.0, nothing more, nothing else, the basic testing runs fine, the basic app runs fine.
When I add this, the
ember test
does not build and gives:As a matter of fact, if I remove ember-data, no issues, it works just fine.
Second error:
Ember-cli: 3.20.2, same setup, no issues.
When I add this, no issues. When I try to use the
setupGlobalA11yHooks
method as shown (and working inember-cli: 4.24.0
), it still builds. However, nothing works because:Presently looking like an error with
@ember/test-helpers
, which I tried to use with the latest version (currently2.2.3
) and with the latest needed following the Readme (2.0.0
). Same problem, always. If I go lower than the needed version, of course, there's an error due to not having the right dependencies.The text was updated successfully, but these errors were encountered: