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.

3 lines (2 loc) 120 B
import { Assertion } from '../test'; export declare function fail(assertions: Assertion[], description?: string): void;