()
| 30 | } |
| 31 | |
| 32 | function createTempDir(): string { |
| 33 | return mkdtempSync(path.join(tmpdir(), 'chatlab-real-llm-chart-e2e-')) |
| 34 | } |
| 35 | |
| 36 | function seedChatDb(db: ReturnType<typeof openBetterSqliteDatabase>): void { |
| 37 | db.exec(CHAT_DB_SCHEMA) |
no outgoing calls
no test coverage detected