Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DefaultOptions

Index

Properties

automock

automock: boolean

bail

bail: boolean

browser

browser: boolean

cache

cache: boolean

cacheDirectory

cacheDirectory: Path

changedFilesWithAncestor

changedFilesWithAncestor: boolean

clearMocks

clearMocks: boolean

collectCoverage

collectCoverage: boolean

collectCoverageFrom

collectCoverageFrom: Maybe<string[]>

coverageDirectory

coverageDirectory: Maybe<string>

coveragePathIgnorePatterns

coveragePathIgnorePatterns: string[]

coverageReporters

coverageReporters: string[]

coverageThreshold

coverageThreshold: Maybe<object>

detectLeaks

detectLeaks: boolean

detectOpenHandles

detectOpenHandles: boolean

errorOnDeprecated

errorOnDeprecated: boolean

expand

expand: boolean

filter

filter: Maybe<Path>

forceCoverageMatch

forceCoverageMatch: Glob[]

globalSetup

globalSetup: Maybe<string>

globalTeardown

globalTeardown: Maybe<string>

globals

globals: ConfigGlobals

haste

moduleDirectories

moduleDirectories: string[]

moduleFileExtensions

moduleFileExtensions: string[]

moduleNameMapper

moduleNameMapper: object

Type declaration

  • [key: string]: string

modulePathIgnorePatterns

modulePathIgnorePatterns: string[]

noStackTrace

noStackTrace: boolean

notify

notify: boolean

notifyMode

notifyMode: string

preset

preset: Maybe<string>

projects

projects: Maybe<Array<string | ProjectConfig>>

resetMocks

resetMocks: boolean

resetModules

resetModules: boolean

resolver

resolver: Maybe<Path>

restoreMocks

restoreMocks: boolean

rootDir

rootDir: Maybe<Path>

roots

roots: Maybe<Path[]>

runTestsByPath

runTestsByPath: boolean

runner

runner: string

setupFiles

setupFiles: Path[]

setupTestFrameworkScriptFile

setupTestFrameworkScriptFile: Maybe<Path>

skipFilter

skipFilter: boolean

snapshotSerializers

snapshotSerializers: Path[]

testEnvironment

testEnvironment: string

testEnvironmentOptions

testEnvironmentOptions: object

testFailureExitCode

testFailureExitCode: string | number

testLocationInResults

testLocationInResults: boolean

testMatch

testMatch: Glob[]

testPathIgnorePatterns

testPathIgnorePatterns: string[]

testRegex

testRegex: string

testResultsProcessor

testResultsProcessor: Maybe<string>

testRunner

testRunner: Maybe<string>

testURL

testURL: string

timers

timers: "real" | "fake"

transform

transform: Maybe<object>

transformIgnorePatterns

transformIgnorePatterns: Glob[]

useStderr

useStderr: boolean

verbose

verbose: Maybe<boolean>

watch

watch: boolean

watchPathIgnorePatterns

watchPathIgnorePatterns: string[]

watchman

watchman: boolean

Generated using TypeDoc