UNPKG

e2ed

Version:

E2E testing framework over Playwright

6 lines (5 loc) 176 B
/** * Returns a function that takes a key and returns * the number of function calls with that key. */ export declare const getKeysCounter: () => ((key: string) => number);