UNPKG

@tapjs/reporter

Version:

Pretty test output reporters for tap

8 lines 254 B
import { Base } from '@tapjs/core'; import { FC } from 'react'; export interface TestResultsListOpts { test: Base; details?: boolean; } export declare const TestResultsList: FC<TestResultsListOpts>; //# sourceMappingURL=test-results-list.d.ts.map