UNPKG

broccoli-test-helper

Version:

Test helpers for BroccoliPlugins that make testing build and rebuild behavior dead simple and expect diff friendly.

13 lines (12 loc) 263 B
declare function walkSync( path: string, options?: { globs?: string[]; ignore?: string[]; directories?: boolean; } ): string[]; declare namespace walkSync { export function entries(path: string): import("./util").Entry[]; } export = walkSync;