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 6e3d3d3 commit f4bed07Copy full SHA for f4bed07
src/test/_config.ts
@@ -13,11 +13,11 @@ export const config: Config & {
13
? {
14
url: ARANGO_URL.split(",").filter((s) => Boolean(s)),
15
arangoVersion: ARANGO_VERSION,
16
- precaptureStackTraces: !process.env.CI,
+ precaptureStackTraces: true,
17
loadBalancingStrategy: ARANGO_LOAD_BALANCING_STRATEGY || "ROUND_ROBIN",
18
}
19
: {
20
url: ARANGO_URL,
21
22
23
};
0 commit comments