From 09672a739b1f53f0e9dea563d5d0b49de91b2911 Mon Sep 17 00:00:00 2001 From: Mingrui Han Date: Tue, 30 Jun 2026 21:35:47 -0400 Subject: [PATCH] Fix syntax error and bun test crash --- bunfig.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bunfig.toml b/bunfig.toml index f0f6f3401a..17d81d1097 100644 --- a/bunfig.toml +++ b/bunfig.toml @@ -3,5 +3,9 @@ linker = "hoisted" linkWorkspacePackages = true [test] -exclude = ["**/*.integration.test.*", "freebuff/e2e/**"] +pathIgnorePatterns = [ + "**/*.integration.test.*", + "freebuff/e2e/**", + "agents/librarian/**" # Comment this if you have CODEBUFF_API_KEY + ] preload = ["./sdk/test/setup-env.ts"]