UNPKG

ts-snippet

Version:

A TypeScript snippet testing library for any test framework

8 lines (7 loc) 181 B
export class Expect { constructor(toFail, toInfer, toSucceed) { this.toFail = toFail; this.toInfer = toInfer; this.toSucceed = toSucceed; } }