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 { FinalResults } from './run'; export declare function shouldExitWithError(finalResults: FinalResults): boolean;