Skip to content

Commit 6e385ce

Browse files
elliottsjSimenB
authored andcommitted
Fix README.md link to TestResult type (#16)
1 parent c589bb1 commit 6e385ce

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
@@ -52,7 +52,7 @@ This file should export a function that receives one parameter with the options
5252

5353
You can return one of the following values:
5454

55-
* `testResult`: Needs to be an object of type https://github.com/facebook/jest/blob/master/types/TestResult.js#L137-L165
55+
* `testResult`: Needs to be an object of type https://github.com/facebook/jest/blob/4d3c1a187bd429fd8611f6b0f19e4aa486fa2a85/packages/jest-test-result/src/types.ts#L103-L135
5656
* `Promise<testResult|Error>`: needs to be of above type.
5757
* `Error`: good for reporting system error, not failed tests.
5858

0 commit comments

Comments
 (0)