mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-20 21:23:23 +00:00
test: stabilize full-suite execution
This commit is contained in:
@@ -631,7 +631,8 @@ export function buildFullSuiteVitestRunPlans(args, cwd = process.cwd()) {
|
||||
) {
|
||||
return [];
|
||||
}
|
||||
const configs = expandToProjectConfigs ? shard.projects : [shard.config];
|
||||
const expandShard = expandToProjectConfigs || shard.config === FULL_EXTENSIONS_VITEST_CONFIG;
|
||||
const configs = expandShard ? shard.projects : [shard.config];
|
||||
return configs.map((config) => ({
|
||||
config,
|
||||
forwardedArgs,
|
||||
|
||||
Reference in New Issue
Block a user