-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
2.1.x does not work with latest stable ember-mocha release #238
Comments
no issue - ignore `ember-exam` until it's compatible with latest stable of `ember-mocha` - see ember-cli/ember-exam#238 - moved `ember-exam`, `ember-mocha`, and `testem` into their own group so changes to test env don't cause addon upgrade PRs to fail
no issue - ignore `ember-exam` until it's compatible with latest stable of `ember-mocha` - see ember-cli/ember-exam#238 - moved `ember-exam`, `ember-mocha`, and `testem` into their own group so changes to test env don't cause addon upgrade PRs to fail
@kevinansfield Thanks for filing this issue! |
I was able to reproduce this. The problem is due to test-loader is available on master, but not in the releases yet. Will be addressing this |
no issue - ignore `ember-exam` until it's compatible with latest stable of `ember-mocha` - see ember-cli/ember-exam#238 - moved `ember-exam`, `ember-mocha`, and `testem` into their own group so changes to test env don't cause addon upgrade PRs to fail
I don't use
...downgrading to |
@amk221 |
Oh, sorry - I did check the changelog, but it's not mentioned. |
#242 Was merged and released. |
I'm still seeing this issue with
|
@maprules1000 Apologies! I think this needs to be addressed, since the changes in 3.0.1 was working with the master of ember-mocha rather than the latest release of ember-mocha 0.14.0 |
I've added the
start()
call fromember-exam
to ourtest-helper.js
file (even though the current ember-mocha release doesn't use an explicitstart()
call) which allows our tests to run but I still get this error when attempting to run our test suite and parallelization doesn't occur:Looking at the
getTestLoader()
code here it's checking for the existence ofember-mocha/test-loader
butember-mocha
does not have such an export or file.[email protected]
[email protected]
The text was updated successfully, but these errors were encountered: