()
| 31 | }); |
| 32 | |
| 33 | async function importCache(): Promise<typeof import('../bin/gstack-brain-cache')> { |
| 34 | return (await import('../bin/gstack-brain-cache')) as typeof import('../bin/gstack-brain-cache'); |
| 35 | } |
| 36 | |
| 37 | describe('concurrent-refresh lockfile dedup', () => { |
| 38 | test('first caller acquires lock; second concurrent caller deduplicates', async () => { |
no outgoing calls
no test coverage detected