UNPKG

archunit

Version:

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

10 lines (9 loc) 285 B
import { Checkable, CheckOptions } from '../../common/fluentapi'; export declare const jasmineMatcher: { toPassAsync: () => { compare: (checkable: Checkable, options?: CheckOptions) => Promise<{ pass: boolean; message: string; }>; }; };