mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
6 lines
198 B
JavaScript
6 lines
198 B
JavaScript
// Runs test-projects serially with a one-worker Vitest budget.
|
|
process.env.OPENCLAW_TEST_PROJECTS_SERIAL = "1";
|
|
process.env.OPENCLAW_VITEST_MAX_WORKERS = "1";
|
|
|
|
await import("./test-projects.mjs");
|