| 1 | import { describe, it, expect } from 'vitest'; |
| 2 | import { parseGitLogLineToMemory, parseGitLogToMemories } from '../src/memory/git-memory.js'; |
| 3 | |
| 4 | describe('Git memory extraction pipeline', () => { |
nothing calls this directly
no test coverage detected