zimicjs / zimic

TypeScript-first HTTP request mocking
https://npmjs.com/package/zimic
MIT License
9 stars 2 forks source link

Remove `runCommand` and `CommandError` from `zimic/interceptor/server` #263

Closed diego-aquino closed 3 months ago

diego-aquino commented 3 months ago

The runCommand export from zimic/interceptor/server was provided as a utility to programmatically run interceptor servers. However, providing an API to run commands is not the purpose of Zimic and runCommand could be used in not planned ways, since it is not tied in any way to interceptor servers.

Proposal

github-actions[bot] commented 3 months ago

Released in v0.8.0 :tada: