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
feat: use beta version of mock-github to support mocking of node's na…
…tive fetch client (#82)
BREAKING CHANGE: Add support for mocking node's native fetch client. Requires node 18 or higher
feat: allow adding of steps (#72)
* added ability to mock step using index of that step and added ability to insert steps instead of replacing them
* updated test cases
* updated docs
* fix indexing problem
feat: handle `CONNECT` requests for http destinations (#50)
* handle clients which send a connect request for http destinations
* if verbose is set for act, then set verbose for ForwardProxy as well
* fixed tests to actually test mocking via ForwardProxy. added test for http connect requests
* updated package.json and package-lock.json files
* updated docs
* fix tests by passing parents env variables to child so that node is accessible