docs(testing): fix jest builder documentation regarding coverageDirectory key (#3421)
ISSUES CLOSED: #3420
This commit is contained in:
parent
6ad7179d84
commit
de36724e36
@ -58,7 +58,7 @@ The path to a Jest config file specifying how to find and execute tests. If no r
|
||||
|
||||
Type: `string`
|
||||
|
||||
An array of regexp pattern strings that are matched against all file paths before executing the test. If the file path matches any of the patterns, coverage information will be skipped.
|
||||
The directory where Jest should output its coverage files.
|
||||
|
||||
### coverageReporters
|
||||
|
||||
|
||||
@ -59,7 +59,7 @@ The path to a Jest config file specifying how to find and execute tests. If no r
|
||||
|
||||
Type: `string`
|
||||
|
||||
An array of regexp pattern strings that are matched against all file paths before executing the test. If the file path matches any of the patterns, coverage information will be skipped.
|
||||
The directory where Jest should output its coverage files.
|
||||
|
||||
### coverageReporters
|
||||
|
||||
|
||||
@ -123,7 +123,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"coverageDirectory": {
|
||||
"description": "An array of regexp pattern strings that are matched against all file paths before executing the test. If the file path matches any of the patterns, coverage information will be skipped.",
|
||||
"description": "The directory where Jest should output its coverage files.",
|
||||
"type": "string"
|
||||
},
|
||||
"testResultsProcessor": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user