Files
openclaw/scripts/test-projects-imports.mjs

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