mirror of
https://github.com/logos-messaging/logos-messaging-js.git
synced 2026-01-12 21:13:09 +00:00
- Remove all console.log statements (8 instances) - Update type usage from DecodedMessage[] to IDecodedMessage[] - Replace assert.equal() with expect().to.equal() for consistency - Import expect from chai alongside existing imports These changes address all feedback from PR review without altering test logic.