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
Which should have been { request: { url: 'DELETE http://foo.bar/quux' } }. It was interpreted to mean "here any request should happen, I don't care what it looks like, just reply with a 200".
I just accidentally did this:
Which should have been
{ request: { url: 'DELETE http://foo.bar/quux' } }
. It was interpreted to mean "here any request should happen, I don't care what it looks like, just reply with a 200".Let's go through it and ensure that we error out when any unsupported property is passed, sort of like https://github.com/unexpectedjs/unexpected-express/blob/master/lib/unexpectedExpress.js#L171-L176
The text was updated successfully, but these errors were encountered: