mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-09 15:59:30 +00:00
5 lines
219 B
JavaScript
5 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");
|