UNPKG

@apideck/portman

Version:

Port OpenAPI Spec to Postman Collection, with contract & variation tests included

4 lines (3 loc) 234 B
import { PostmanMappedOperation } from '../../postman'; import { ExtendTestsConfig } from '../../types'; export declare const extendTest: (extSetting: ExtendTestsConfig, pmOperation: PostmanMappedOperation) => PostmanMappedOperation;