muke1908 / chat-e2ee

End-to-end encrypted disposable chat sessions, exchange sensitive information with peer safely and securely.
https://chat-e2ee-2.azurewebsites.net/
Apache License 2.0
322 stars 196 forks source link

Write UT for ChatE2EE class #319

Open muke1908 opened 1 year ago

muke1908 commented 1 year ago

ChatE2EE class should be covered by Unit Test

https://github.com/muke1908/chat-e2ee/blob/master/service/src/sdk.ts

rohan-naik07 commented 8 months ago

Will start with this one first...as it will deepen my understanding

muke1908 commented 8 months ago

@rohan-naik07 thanks but I believe it's possible to work on #289 without an understanding of internals. The SDK is supposed to usable by anyone without knowing how code works internally. Feel free to suggest if the readme lacks any info.