UNPKG

@sectester/reporter

Version:

Provide an abstraction for generating test results as part of the particular test frameworks.

6 lines (5 loc) 195 B
import type { CheckRunPayload } from '../types'; export interface GitHubClient { createCheckRun(payload: CheckRunPayload): Promise<void>; } export declare const GITHUB_CLIENT: unique symbol;