fix(test): route raw vitest scripts through wrapper

This commit is contained in:
Vincent Koc
2026-04-12 04:56:21 +01:00
parent d3cf1cc323
commit 8cba14241c
3 changed files with 4 additions and 4 deletions

View File

@@ -981,7 +981,7 @@ console.log("ok");
NODE
echo "Running bundle MCP CLI-agent e2e..."
pnpm exec vitest run --config test/vitest/vitest.e2e.config.ts src/agents/cli-runner.bundle-mcp.e2e.test.ts
node scripts/run-vitest.mjs run --config test/vitest/vitest.e2e.config.ts src/agents/cli-runner.bundle-mcp.e2e.test.ts
EOF
then
cat "$RUN_LOG"