UNPKG

jest-metadata

Version:

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

9 lines (8 loc) 256 B
export declare class CircusInstanceCache { private describeInstances; private hookInstances; private testInstances; getDescribeId(block: object): string; getHookId(asyncError: Error): string; getTestId(asyncError: Error): string; }