Skip to content

Commit a1cbc91

Browse files
update new code location of test result
1 parent 9f71d95 commit a1cbc91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This file should export a function that receives one parameter with the options
4242
- `globalConfig`: Jest global config
4343

4444
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
45+
- `testResult`: Needs to be an object of type https://github.com/facebook/jest/blob/master/types/TestResult.js#L137-L165
4646
- `Promise<testResult|Error>`: needs to be of above type.
4747
- `Error`: good for reporting system error, not failed tests.
4848

0 commit comments

Comments
 (0)