UNPKG

jest-metadata

Version:

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

6 lines (5 loc) 117 B
export type RunDescribeStartEvent = { type: 'run_describe_start'; testFilePath: string; describeId: string; };