UNPKG

jest-metadata

Version:

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

6 lines (5 loc) 103 B
export type TestFnStartEvent = { type: 'test_fn_start'; testFilePath: string; testId: string; };