@web/test-runner
Version:
Test runner for web applications
10 lines • 346 B
TypeScript
import type { Reporter } from '@web/test-runner-core';
interface Options {
flatten?: boolean;
reportTestLogs?: boolean;
reportTestErrors?: boolean;
}
/** Test reporter that summarizes all test for a given run */
export declare function summaryReporter(opts: Options): Reporter;
export {};
//# sourceMappingURL=summaryReporter.d.ts.map