UNPKG

@japa/spec-reporter

Version:

Spec reporter for japa test runner

8 lines (7 loc) 245 B
import type { SpecReporterOptions } from './src/types'; import { SpecReporter } from './src/reporter'; export { SpecReporter }; /** * Spec reporter function */ export declare function specReporter(options?: Partial<SpecReporterOptions>): any;