UNPKG

@japa/spec-reporter

Version:

Spec reporter for japa test runner

6 lines (5 loc) 168 B
import { BaseReporterOptions } from '@japa/base-reporter'; /** * Shape of the SpecReporter possible options */ export type SpecReporterOptions = BaseReporterOptions;