()
| 37 | }); |
| 38 | |
| 39 | async function importCache(): Promise<typeof import('../bin/gstack-brain-cache')> { |
| 40 | return (await import('../bin/gstack-brain-cache')) as typeof import('../bin/gstack-brain-cache'); |
| 41 | } |
| 42 | |
| 43 | describe('schema-version cache migration (D4 A4)', () => { |
| 44 | test('cache file with mismatched schema_version triggers wipe-and-rebuild attempt', { timeout: SLOW_TIMEOUT }, async () => { |
no outgoing calls
no test coverage detected