chore: 移除所有 e2e 测试

This commit is contained in:
2026-06-10 09:27:03 +08:00
parent 641d23b7c8
commit e3067d017e
16 changed files with 3 additions and 1389 deletions

View File

@@ -85,7 +85,7 @@ async function stepBumpVersion(): Promise<string> {
async function runTests(): Promise<void> {
console.log("\n运行测试...");
const proc = Bun.spawn(["bun", "test", "--path-ignore-patterns", "tests/agent/**"], {
const proc = Bun.spawn(["bun", "test"], {
stdio: ["inherit", "inherit", "inherit"],
});
const exitCode = await proc.exited;