mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-27 20:45:49 +00:00
5 lines
148 B
JavaScript
5 lines
148 B
JavaScript
process.env.OPENCLAW_VITEST_IMPORT_DURATIONS = "1";
|
|
process.env.OPENCLAW_VITEST_PRINT_IMPORT_BREAKDOWN = "1";
|
|
|
|
await import("./test-projects.mjs");
|