We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a29161 commit bffc15fCopy full SHA for bffc15f
bunfig.toml
@@ -5,6 +5,6 @@ linker = "hoisted"
5
linkWorkspacePackages = true
6
7
[test]
8
-# Exclude test repositories from test execution to prevent timeouts
9
-exclude = ["evals/test-repos/**"]
+# Exclude test repositories and integration tests from test execution by default
+exclude = ["evals/test-repos/**", "**/*.integration.test.*"]
10
preload = ["./sdk/test/setup-env.ts", "./test/setup-bigquery-mocks.ts"]
0 commit comments