Files
openclaw/scripts/test-projects-imports.mjs
2026-06-04 23:54:19 -04:00

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");