@arizeai/phoenix-client
Version:
A client for the Phoenix API
13 lines • 432 B
TypeScript
/**
* 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