UNPKG

jest-metadata

Version:

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

6 lines (5 loc) 133 B
export type FinishDescribeDefinitionEvent = { type: 'finish_describe_definition'; testFilePath: string; describeId: string; };