Type alias ReporterDescription

ReporterDescription: Readonly<["blob"] | ["blob", BlobReporterOptions] | ["dot"] | ["line"] | ["list"] | ["list", ListReporterOptions] | ["github"] | ["junit"] | ["junit", JUnitReporterOptions] | ["json"] | ["json", JsonReporterOptions] | ["html"] | ["html", HtmlReporterOptions] | ["null"] | [string] | [string, any]>

Generated using TypeDoc