-
Notifications
You must be signed in to change notification settings - Fork 201
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
TypeError: Cannot read property 'json' of undefined #456
Comments
This issue seems to occur in case of server not response. refs? #429 |
H1Gdev
added a commit
to H1Gdev/frisby
that referenced
this issue
Apr 7, 2018
vlucas
added a commit
that referenced
this issue
Apr 7, 2018
Fix #456 'TypeError: Cannot read property 'json' of undefined' issue.
Released |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi. I got error
I doubt that _response(FrisbyResponse) becomes undefined when FrisbySpec throws Error before
new FrisbyResponse
https://github.com/vlucas/frisby/blob/master/src/frisby/spec.js#L127-L133
The text was updated successfully, but these errors were encountered: