UNPKG

jest-metadata

Version:

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

6 lines (5 loc) 108 B
export type HookSuccessEvent = { type: 'hook_success'; testFilePath: string; hookId: string; };