Files
openclaw/test/setup.ts

5 lines
113 B
TypeScript
Raw Normal View History

import { installTestEnv } from "./test-env";
2025-12-26 11:45:16 +00:00
const { cleanup } = installTestEnv();
process.on("exit", cleanup);