-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
App won't build with ember-exam 6.1.0 and ember-mocha #666
Comments
Works fine on 6.0.1. This broke our app on upgrading to 6.1.0 and a colleague (@jeffhertzler) and I reproduced it in minimal format. |
It looks like that a change is needed on this line -> https://github.com/ember-cli/ember-exam/blob/master/index.js#L23 Tested on your project which is using
Works fine (your app build, test run correctly), tested same code on a project using ember-qunit > 5 and it is working fine I guess that an additional check need to be done here
Not sure about the why, will try to take some times to better understand it and, in that case, suggest a PR |
ping @robertpbaxter if you wanna try #699 |
this PR fixes the issue on the codebase @robertpbaxter was referring to |
Steps to reproduce:
ember-exam
andember-mocha
ember-qunit
The log as well just in case it's desired:
The text was updated successfully, but these errors were encountered: