* @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)
| 753 | * {@link __emitWatchEventForTests}. |
| 754 | */ |
| 755 | ingestEventForTests(relPath: string): void { |
| 756 | this.handleChange(normalizePath(relPath)); |
| 757 | } |
| 758 | |
| 759 | /** |
| 760 | * Whether the watcher is currently active. |
no test coverage detected