UNPKG

@snipsonian/core

Version:

Core/base reusable javascript code snippets

6 lines (5 loc) 166 B
export interface IBaseIntegrationTester { given: (...props: any[]) => void; when: (...props: any[]) => Promise<never>; then: (...props: any[]) => void; }