UNPKG

284 BTypeScriptView Raw
1import type { Reporter } from '@web/test-runner-core';
2interface Options {
3 flatten?: boolean;
4}
5/** Test reporter that summarizes all test for a given run */
6export declare function summaryReporter(opts: Options): Reporter;
7export {};
8//# sourceMappingURL=summaryReporter.d.ts.map
\No newline at end of file