mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-28 20:33:45 +00:00
11 lines
302 B
TypeScript
11 lines
302 B
TypeScript
// Private local-only SQLite lifecycle helpers for first-party tests.
|
|
|
|
export {
|
|
closeOpenClawAgentDatabasesForTest,
|
|
openOpenClawAgentDatabase,
|
|
} from "../state/openclaw-agent-db.js";
|
|
export {
|
|
closeOpenClawStateDatabaseForTest,
|
|
openOpenClawStateDatabase,
|
|
} from "../state/openclaw-state-db.js";
|