UNPKG

jest-metadata

Version:

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

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