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 ef2c94e commit 5a80f86Copy full SHA for 5a80f86
packages/client-common/src/__tests__/TestSuite.ts
@@ -39,7 +39,7 @@ export class TestSuite {
39
public indicesCount = 0;
40
41
public constructor(testName?: string) {
42
- // this.ensureEnvironmentVariables();
+ this.ensureEnvironmentVariables();
43
44
this.testName = testName || '';
45
}
0 commit comments