-
Notifications
You must be signed in to change notification settings - Fork 46
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
Problems with ember-cli-blanket + ember-cli-mirage #75
Comments
if you turn off the coverage flag for the CLI runner does the error occur?
|
When I turn off the coverage flag the error does not occur, and the test runner reports only 27 tests. So it seems weird that it's failing out on a 28th test with the coverage flag enabled. |
@jagthedrummer I know this is an older issue, but are you still experiencing this and if so, would you be able to provide steps to reproduce on a new addon project? |
having the same issue when following the readme |
I'm seeing the same issue. I think this issue and issue 142 are related. |
I fixed this issue by upgrading pretender to 1.1. |
I've followed the instructions in the README about setting up the passthrough for mirage in the config file. When I do that my tests all run fine, but then the very last one fails with this error:
The failure only happens in the command line runner. In the browser everything works as expected, so I don't have a way to inspect those objects to see what is being logged.
This is in the test suite for an ember-cli add-on and it happens with both the
json
andlcov
reporters.The text was updated successfully, but these errors were encountered: