UNPKG

jest-metadata

Version:

🦸‍♂️ Superhero power for your Jest reporters! 🦸‍♀️

6 lines (5 loc) 104 B
export type TestRetryEvent = { type: 'test_retry'; testFilePath: string; testId: string; };