You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I forget to mock a request with pretender, the exception thrown by the default implementation of the unhandledRequest hook gets swallowed; it does not cause the ember-cli test to fail (but I think it should). So, why is that? How can I fix it? Is that something that should be fixed by ember-cli-pretender?
I'll create an example project if necessary. Just let me know.
Not sure if this is the best place to ask this question...If not I move it to stackoverflow.
The text was updated successfully, but these errors were encountered:
If I forget to mock a request with pretender, the exception thrown by the default implementation of the unhandledRequest hook gets swallowed; it does not cause the ember-cli test to fail (but I think it should). So, why is that? How can I fix it? Is that something that should be fixed by ember-cli-pretender?
I'll create an example project if necessary. Just let me know.
Not sure if this is the best place to ask this question...If not I move it to stackoverflow.
The text was updated successfully, but these errors were encountered: