intercom / intercom-node

Node.js bindings for the Intercom API
https://developers.intercom.com
Other
362 stars 116 forks source link

Fix tests on Node SDK #392

Closed colmdoyle closed 7 months ago

colmdoyle commented 7 months ago

This pull request removes the tagId parameter from the companies test file, fixes the admin filtering in the conversations.test.ts file, and refactors the adminId assignment in the messages.test.ts file. These changes improve the efficiency and readability of the code.