UNPKG

broccoli-test-helper

Version:

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

9 lines (8 loc) 185 B
import { Changes } from "./interfaces"; export default class TreeDiff { private path; changes: Changes; private previous; constructor(path: string); diff(): void; }