UNPKG

poku

Version:

🐷 Poku makes testing easy for Node.js, Bun, Deno, and you at the same time.

3 lines (2 loc) 167 B
export declare const beforeEach: (fileRelative: string) => true | Promise<boolean>; export declare const afterEach: (fileRelative: string) => true | Promise<boolean>;