mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
6 lines
219 B
JavaScript
6 lines
219 B
JavaScript
// Runs test-projects with Vitest import duration diagnostics enabled.
|
|
process.env.OPENCLAW_VITEST_IMPORT_DURATIONS = "1";
|
|
process.env.OPENCLAW_VITEST_PRINT_IMPORT_BREAKDOWN = "1";
|
|
|
|
await import("./test-projects.mjs");
|