UNPKG

archunit

Version:

ArchUnit TypeScript is an architecture testing library, to specify and assert architecture rules in your TypeScript app

10 lines (9 loc) 256 B
import { CheckOptions } from '../../common/fluentapi'; declare global { namespace jest { interface Matchers<R> { toPassAsync(options?: CheckOptions): Promise<R>; } } } export declare function extendJestMatchers(): void;