Skip to content

Commit 86ce65e

Browse files
committed
chore: trigger
1 parent 7941f45 commit 86ce65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client-common/src/__tests__/TestSuite.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export class TestSuite {
148148

149149
envs.forEach(env => {
150150
if (process.env[env] === undefined) {
151-
// throw new Error(`Missing '${env}' environment variable.`);
151+
throw new Error(`Missing '${env}' environment variable.`);
152152
}
153153
});
154154
}

0 commit comments

Comments
 (0)