We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f71d95 commit a1cbc91Copy full SHA for a1cbc91
README.md
@@ -42,7 +42,7 @@ This file should export a function that receives one parameter with the options
42
- `globalConfig`: Jest global config
43
44
You can return one of the following values:
45
-- `testResult`: Needs to be an object of type https://github.com/facebook/jest/blob/master/types/TestResult.js#L131-L157
+- `testResult`: Needs to be an object of type https://github.com/facebook/jest/blob/master/types/TestResult.js#L137-L165
46
- `Promise<testResult|Error>`: needs to be of above type.
47
- `Error`: good for reporting system error, not failed tests.
48
0 commit comments