UNPKG

jest-metadata

Version:

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

5 lines (4 loc) 82 B
export type RunStartEvent = { type: 'run_start'; testFilePath: string; };