JestConfig
@codification/cutwater-build-core > JestConfig
Interface
beta:
Hierarchy
JestConfig
Properties
- bail
- cache
- changedFilesWithAncestor
- changedSince
- ci
- clearCache
- collectCoverageFrom
- colors
- config
- coverage
- debug
- detectOpenHandles
- env
- errorOnDeprecated
- expand
- file
- findRelatedTests
- forceExit
- help
- init
- json
- lastCommit
- listTests
- logHeapUsage
- maxConcurrency
- maxWorkers
- noStackTrace
- notify
- onlyChanged
- outputFile
- passWithNoTests
- projects
- reporters
- runInBand
- runTestsByPath
- setupTestFrameworkScriptFile
- showConfig
- silent
- testLocationInResults
- testNamePattern
- testPathPattern
- testRunner
- updateSnapshot
- useStderr
- verbose
Properties
<Optional> bail
● bail: undefined | number
Defined in JestTask.ts:10
<Optional> cache
● cache: undefined | false | true
Defined in JestTask.ts:11
<Optional> changedFilesWithAncestor
● changedFilesWithAncestor: undefined | false | true
Defined in JestTask.ts:12
<Optional> changedSince
● changedSince: undefined | false | true
Defined in JestTask.ts:13
<Optional> ci
● ci: undefined | false | true
Defined in JestTask.ts:14
<Optional> clearCache
● clearCache: undefined | false | true
Defined in JestTask.ts:15
<Optional> collectCoverageFrom
● collectCoverageFrom: undefined | string
Defined in JestTask.ts:16
<Optional> colors
● colors: undefined | false | true
Defined in JestTask.ts:17
<Optional> config
● config: undefined | string
Defined in JestTask.ts:18
<Optional> coverage
● coverage: undefined | false | true
Defined in JestTask.ts:19
<Optional> debug
● debug: undefined | false | true
Defined in JestTask.ts:20
<Optional> detectOpenHandles
● detectOpenHandles: undefined | false | true
Defined in JestTask.ts:21
<Optional> env
● env: undefined | string
Defined in JestTask.ts:22
<Optional> errorOnDeprecated
● errorOnDeprecated: undefined | false | true
Defined in JestTask.ts:23
<Optional> expand
● expand: undefined | false | true
Defined in JestTask.ts:24
<Optional> file
● file: undefined | string
Defined in JestTask.ts:9
<Optional> findRelatedTests
● findRelatedTests: undefined | string
Defined in JestTask.ts:25
<Optional> forceExit
● forceExit: undefined | false | true
Defined in JestTask.ts:26
<Optional> help
● help: undefined | false | true
Defined in JestTask.ts:27
<Optional> init
● init: undefined | false | true
Defined in JestTask.ts:28
<Optional> json
● json: undefined | false | true
Defined in JestTask.ts:29
<Optional> lastCommit
● lastCommit: undefined | false | true
Defined in JestTask.ts:31
<Optional> listTests
● listTests: undefined | false | true
Defined in JestTask.ts:32
<Optional> logHeapUsage
● logHeapUsage: undefined | false | true
Defined in JestTask.ts:33
<Optional> maxConcurrency
● maxConcurrency: undefined | number
Defined in JestTask.ts:34
<Optional> maxWorkers
● maxWorkers: number | string
Defined in JestTask.ts:35
<Optional> noStackTrace
● noStackTrace: undefined | false | true
Defined in JestTask.ts:36
<Optional> notify
● notify: undefined | false | true
Defined in JestTask.ts:37
<Optional> onlyChanged
● onlyChanged: undefined | false | true
Defined in JestTask.ts:38
<Optional> outputFile
● outputFile: undefined | string
Defined in JestTask.ts:30
<Optional> passWithNoTests
● passWithNoTests: undefined | false | true
Defined in JestTask.ts:39
<Optional> projects
● projects: undefined | string
Defined in JestTask.ts:40
<Optional> reporters
● reporters: string[]
Defined in JestTask.ts:41
<Optional> runInBand
● runInBand: undefined | false | true
Defined in JestTask.ts:42
<Optional> runTestsByPath
● runTestsByPath: undefined | false | true
Defined in JestTask.ts:43
<Optional> setupTestFrameworkScriptFile
● setupTestFrameworkScriptFile: undefined | string
Defined in JestTask.ts:44
<Optional> showConfig
● showConfig: undefined | false | true
Defined in JestTask.ts:45
<Optional> silent
● silent: undefined | false | true
Defined in JestTask.ts:46
<Optional> testLocationInResults
● testLocationInResults: undefined | false | true
Defined in JestTask.ts:48
<Optional> testNamePattern
● testNamePattern: undefined | string
Defined in JestTask.ts:47
<Optional> testPathPattern
● testPathPattern: undefined | string
Defined in JestTask.ts:49
<Optional> testRunner
● testRunner: undefined | string
Defined in JestTask.ts:50
<Optional> updateSnapshot
● updateSnapshot: undefined | false | true
Defined in JestTask.ts:51
<Optional> useStderr
● useStderr: undefined | false | true
Defined in JestTask.ts:52
<Optional> verbose
● verbose: undefined | false | true
Defined in JestTask.ts:53