-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
You cannot use the same root element (body) #29
Comments
It could be that the application has not been reseted. You must call application.reset in your
If you are testing a component, the exception is thrown when the event dispatcher is setup and the application has not been reseted. |
hi @rwjblue do you have any plans to release the npm package for the latest fixes? |
@shivanibhanwal I'm helping @rwjblue out with the new version and expect to have a new release out by the end of tomorrow. |
Thank you I will be waiting for the release! |
A new release is in the canary branch of ember-qunit-builds. We're doing some final verification with large test suites before releasing as 0.2.0. Please feel free to test and report any problems. |
this seems no longer relevant, closing due to age |
Using karma I always get this error:
I don't know exactly but seems like that's because karma do run many tests in the same time. So module
setup()
maybe called twise before moduleteardown()
gets called.The text was updated successfully, but these errors were encountered: