UNPKG

zora

Version:

tap test harness for nodejs and browsers

3 lines (2 loc) 172 B
import { TestHarness, TestHarnessConfiguration } from './interfaces'; export declare const harnessFactory: ({ runOnly, indent }?: TestHarnessConfiguration) => TestHarness;