diff --git a/src/services/teamMemorySync/watcher.ts b/src/services/teamMemorySync/watcher.ts index 0d9874e..5d7d0de 100644 --- a/src/services/teamMemorySync/watcher.ts +++ b/src/services/teamMemorySync/watcher.ts @@ -385,3 +385,4 @@ export function _resetWatcherStateForTesting(opts?: { export function _startFileWatcherForTesting(dir: string): Promise { return startFileWatcher(dir) } +