mirror of
https://github.com/logos-messaging/logos-messaging-js.git
synced 2026-02-27 03:23:20 +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.