-
Notifications
You must be signed in to change notification settings - Fork 113
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
fix(inherited properties): Allow for status / statusCode to exist on the prototype #219
fix(inherited properties): Allow for status / statusCode to exist on the prototype #219
Conversation
dca9c64
to
cf4d585
Compare
Looks like a test just timed out and needs to be restarted. I can't do it on my end without pushing, but let me know if that's what I should do. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 LGTM! Someone else from @chaijs/chai-http should merge.
Looks good, but one nitpick.... I don't think the 1. It seems like overkill to bring in a new dependency just for a single test 2. The test relies on the specific, current implementation of Just my $0.02. Otherwise, I like the fix 👍 |
Sure, I can do the prototype approach. My choice to include |
cf4d585
to
186103f
Compare
186103f
to
5de4b03
Compare
@BigstickCarpet is that more in line with what you were thinking? Also, should I increase the timeouts on those tests? 2 seconds seems to be regularly exceeded. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still 👍 from me
@austince - Perfect! That's exactly what I was thinking. 👍 As for the tests... I think those timeout errors were just sporadic failures. Those 2 tests usually take < 200ms. I just re-ran the build and everything passed this time 👍 So I say we're good to merge this one. |
Awesome, thanks so much @BigstickCarpet and @keithamus! How does the release schedule work? |
Got it - PR in progress! |
In reference to: #218 and @keithamus's suggestion.
This is now possible: