UNPKG

arrange-act-assert

Version:

The lightweight "Act-Arrange-Assert" oriented testing framework

6 lines (5 loc) 172 B
export type ReadDirOptions = { include: RegExp[]; exclude: RegExp[]; }; export declare function readDir(folder: string, filter: ReadDirOptions): Promise<string[]>;