UNPKG

jest-metadata

Version:

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

8 lines (7 loc) 166 B
import type { HookType } from '../types'; export type AddHookEvent = { type: 'add_hook'; testFilePath: string; hookType: HookType; hookId: string; };