We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b628d commit df156adCopy full SHA for df156ad
src/test/_config.ts
@@ -13,11 +13,9 @@ export const config: Config & {
13
? {
14
url: ARANGO_URL.split(",").filter((s) => Boolean(s)),
15
arangoVersion: ARANGO_VERSION,
16
- precaptureStackTraces: true,
17
loadBalancingStrategy: ARANGO_LOAD_BALANCING_STRATEGY || "ROUND_ROBIN",
18
}
19
: {
20
url: ARANGO_URL,
21
22
23
};
0 commit comments