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) 176 B
import { TestResults } from './test'; export declare function workerPool(specFiles: string[], addTestResults: (file: string, testResults: TestResults) => void): Promise<void>;