UNPKG

poku

Version:

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

15 lines (14 loc) 333 B
export type Configs = { /** * Filter by path to match only the files that should be performed. * * @default /\.(test|spec)\./i */ filter?: RegExp; /** * Exclude by path to match only the files that should be performed. * * @default undefined */ exclude?: RegExp | RegExp[]; };