mockttp
Version:
Mock HTTP server for testing HTTP clients and stubbing webservices
13 lines (11 loc) • 368 B
text/typescript
/**
* This is part of the new 'Pluggable Admin' API.
*
* Everything exported here is experimental, and many change unpredictably in future releases.
*/
export {
MockttpAdminPlugin,
MockttpPluginOptions,
MockttpClientResponse
} from "../admin/mockttp-admin-plugin";
export { MockttpAdminRequestBuilder } from "../client/mockttp-admin-request-builder";