Skip to content

Commit bf4a659

Browse files
committed
typing: change the typing for test-case-result from AssertionResult to TestCaseResult
1 parent 6880c54 commit bf4a659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jest-test-result/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ export type TestEvents = {
209209
'test-file-success': [Test, TestResult];
210210
'test-file-failure': [Test, SerializableError];
211211
'test-case-start': [string, Circus.TestCaseStartInfo];
212-
'test-case-result': [string, AssertionResult];
212+
'test-case-result': [string, TestCaseResult];
213213
};
214214

215215
export type TestFileEvent<T extends keyof TestEvents = keyof TestEvents> = (

0 commit comments

Comments
 (0)