UNPKG

jest-metadata

Version:

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

9 lines (8 loc) 251 B
export type WriteMetadataEvent = { type: 'write_metadata'; testFilePath?: string; targetId: string; path?: string | readonly string[]; value: unknown; operation: 'set' | 'assign' | 'defaults' | 'merge' | 'push' | 'unshift'; };