* @internal Test-only: feed a synthetic project-relative change through the * same filter → pendingFiles → debounced-sync path a real fs.watch event * takes. Lets the watcher / staleness-banner suites stay deterministic * instead of racing on OS watch-delivery latency. See * {@link __emi
(relPath: string)
| 680 | * {@link __emitWatchEventForTests}. |
| 681 | */ |
| 682 | ingestEventForTests(relPath: string): void { |
| 683 | this.handleChange(normalizePath(relPath)); |
| 684 | } |
| 685 | |
| 686 | /** |
| 687 | * Whether the watcher is currently active. |
no test coverage detected