UNPKG

jest-metadata

Version:

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

5 lines (4 loc) 89 B
export type AddTestFileEvent = { type: 'add_test_file'; testFilePath: string; };