UNPKG

jest-metadata

Version:

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

6 lines (5 loc) 98 B
export type TestStartEvent = { type: 'test_start'; testFilePath: string; testId: string; };