UNPKG

codeceptjs-testit-reporter

Version:

Plugin for sending CodeceptJS test run reports to TestIT

4 lines (3 loc) 140 B
import type { TestITAdapterConfig } from "./types"; declare const Reporter: (config: TestITAdapterConfig) => void; export default Reporter;