UNPKG

jest-metadata

Version:

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

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