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.

7 lines (6 loc) 201 B
import { TestResults } from './test'; /** * All assertions must pass, with no errors, and at least one assertion. * @param test */ export declare function isTestPassing(test: TestResults): boolean;