(dir: string)
| 383 | * by feature('TEAMMEM') which is false under bun test. |
| 384 | */ |
| 385 | export function _startFileWatcherForTesting(dir: string): Promise<void> { |
| 386 | return startFileWatcher(dir) |
| 387 | } |
| 388 |
nothing calls this directly
no test coverage detected