UNPKG

good-vibes

Version:

Good Vibes is a Node.js testing library inspired by Alicia Keys Tiny Desk Concert

10 lines 486 B
import Context, { Resolve } from "./Context"; export default class TestContext extends Context { #private; readonly snapshotsDirectory: string; constructor(testName: string, groupName: string, resolve: Resolve, snapshotsDirectory?: string); check<Type>(expectedValue: Type, actualValue: Type): TestContext; snapshot<Type>(assertionName: string, actualValue: Type, rebase?: boolean): Promise<TestContext>; done(): void; } //# sourceMappingURL=TestContext.d.ts.map