UNPKG

pactum

Version:

REST API Testing Tool for all levels in a Test Pyramid

10 lines (7 loc) 146 B
import Step from './Step'; declare class E2E { step(name: string): Step; cleanup(): Promise<void>; } declare namespace E2E {} export = E2E;