Skip to content

Commit 8675058

Browse files
authored
chore: Disable diagnostic events when running contract tests. (#292)
1 parent 7693170 commit 8675058

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contract-tests/sdkClientEntity.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export { badCommandError };
99
export function makeSdkConfig(options, tag) {
1010
const cf = {
1111
logger: sdkLogger(tag),
12+
diagnosticOptOut: true
1213
};
1314
const maybeTime = (seconds) =>
1415
seconds === undefined || seconds === null ? undefined : seconds / 1000;

0 commit comments

Comments
 (0)