(cacheKey: string)
| 8 | // Actually, bun test runs each file in its own environment usually, |
| 9 | // BUT if we run multiple test files in one process, they might share the cache. |
| 10 | const importFreshCore = (cacheKey: string) => import(`../core?${cacheKey}`); |
| 11 | |
| 12 | describe('core info parsing', () => { |
| 13 | test('should call error when currentVersionInfo is invalid JSON', async () => { |