()
| 11 | } from '../../src/plugin/store'; |
| 12 | |
| 13 | async function makeKimiHome(): Promise<string> { |
| 14 | return mkdtemp(path.join(tmpdir(), 'kimi-home-')); |
| 15 | } |
| 16 | |
| 17 | describe('plugin store', () => { |
| 18 | it('returns an empty list when the file does not exist', async () => { |