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 6880c54 commit bf4a659Copy full SHA for bf4a659
packages/jest-test-result/src/types.ts
@@ -209,7 +209,7 @@ export type TestEvents = {
209
'test-file-success': [Test, TestResult];
210
'test-file-failure': [Test, SerializableError];
211
'test-case-start': [string, Circus.TestCaseStartInfo];
212
- 'test-case-result': [string, AssertionResult];
+ 'test-case-result': [string, TestCaseResult];
213
};
214
215
export type TestFileEvent<T extends keyof TestEvents = keyof TestEvents> = (
0 commit comments