()
| 387 | const FABLE = KNOWN_MODELS.FABLE.id; |
| 388 | const OPUS = KNOWN_MODELS.OPUS.id; |
| 389 | const configFilePath = () => path.join(tempDir, "config.json"); |
| 390 | |
| 391 | it("seeds the default chain once on first load and persists the migration flag", () => { |
| 392 | fs.writeFileSync(configFilePath(), JSON.stringify({ projects: [] })); |