UNPKG

jest-metadata

Version:

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

6 lines (5 loc) 102 B
export type TestStartedEvent = { type: 'test_started'; testFilePath: string; testId: string; };