mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-10 00:11:19 +00:00
5 lines
198 B
JavaScript
5 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");
|