Skip to content

Commit 15df681

Browse files
authored
Merge pull request #4 from DanielMSchmidt/patch-1
update new code location of test result
2 parents c0b1f5f + a1cbc91 commit 15df681

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)