UNPKG

jest-metadata

Version:

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

6 lines (5 loc) 96 B
export type TestDoneEvent = { type: 'test_done'; testFilePath: string; testId: string; };