Skip to content

Commit

Permalink
Node-only logging statement that might help uncover test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Bret Ambrose committed Nov 18, 2024
1 parent 83d23f9 commit 0e7bb15
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/common/mqtt.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,12 @@ test_env.conditional_test(test_env.AWS_IOT_ENV.mqtt311_is_valid_iot_cred())('MQT
await onDisconnect;
});

import * as io from '@awscrt';

test_env.conditional_test(test_env.AWS_IOT_ENV.mqtt311_is_valid_iot_cred())('MQTT payload types', async () => {

io.enable_logging(io.LogLevel.TRACE);

const connection = await makeConnection();

let onDisconnect = once(connection, 'disconnect');
Expand Down

0 comments on commit 0e7bb15

Please sign in to comment.