mirror of
http://192.168.0.88:13333/lywsvip/openclaw-zero-token.git
synced 2026-07-02 00:17:05 +08:00
5 lines
113 B
TypeScript
5 lines
113 B
TypeScript
import { installTestEnv } from "./test-env";
|
|
|
|
const { cleanup } = installTestEnv();
|
|
process.on("exit", cleanup);
|