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
{{ message }}
This repository has been archived by the owner on May 22, 2024. It is now read-only.
This library wraps nock in a very helpful way. However, in the above line of code, the type for the nock host is too restrictive. This should be changed from string to string | Regexp | Url, which is what the underlying nock constructor takes:
fancy-test/src/nock.ts
Line 5 in 7a82fdd
This library wraps nock in a very helpful way. However, in the above line of code, the type for the nock
host
is too restrictive. This should be changed fromstring
tostring | Regexp | Url
, which is what the underlying nock constructor takes:https://github.com/nock/nock/blob/749ec7f518078178c8080600494577073ee7a79a/types/index.d.ts#L11
The text was updated successfully, but these errors were encountered: