()
| 39 | }); |
| 40 | |
| 41 | async function importCache(): Promise<typeof import('../bin/gstack-brain-cache')> { |
| 42 | return (await import('../bin/gstack-brain-cache')) as typeof import('../bin/gstack-brain-cache'); |
| 43 | } |
| 44 | |
| 45 | describe('brain-cache paths', () => { |
| 46 | test('cross-project entity (user-profile) lives in ~/.gstack/brain-cache/', async () => { |
no outgoing calls
no test coverage detected