Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "node_modules/@jest/reporters/build/generateEmptyCoverage.d"

Index

Type aliases

Functions

Type aliases

CoverageWorkerResult

CoverageWorkerResult: object

Type declaration

  • coverage: any
  • Optional sourceMapPath?: string | null

Functions

default

  • default(source: string, filename: Config.Path, globalConfig: Config.GlobalConfig, config: Config.ProjectConfig, changedFiles?: Set<Config.Path>): CoverageWorkerResult | null
  • Parameters

    • source: string
    • filename: Config.Path
    • globalConfig: Config.GlobalConfig
    • config: Config.ProjectConfig
    • Optional changedFiles: Set<Config.Path>

    Returns CoverageWorkerResult | null

Generated using TypeDoc