UNPKG

zora

Version:

tap test harness for nodejs and browsers

4 lines (3 loc) 193 B
import { TestHarness } from './interfaces'; export declare const tapeTapLike: (stream: TestHarness) => Promise<void>; export declare const mochaTapLike: (stream: TestHarness) => Promise<void>;