UNPKG

kizu

Version:

An easy-to-use, fast, and defensive Typescript/Javascript test runner designed to help you to write simple, readable, and maintainable tests.

4 lines (3 loc) 278 B
import { Assertion } from '../test'; export declare function isError(assertions: Assertion[], actualErr: Error, expectedErr: Error | RegExp, description?: string): void; export declare function createDiagnosticRegexMismatch(actualErrMsg: string, expectedRegEx: RegExp): string;