UNPKG

@arizeai/phoenix-client

Version:
13 lines 432 B
/** * Jest reporter for `@arizeai/phoenix-client/jest`. * * Like the Vitest reporter, this does not replace Jest's default output. It * appends a Phoenix summary block at the end of the run. */ export default class PhoenixJestReporter { private readonly report; constructor(_globalConfig?: unknown, _reporterOptions?: unknown); onRunStart(): void; onRunComplete(): void; } //# sourceMappingURL=reporter.d.ts.map