-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write UT for SocketInstance in chat-e2ee/service module #311
Comments
Can you assign me this issue? Would like to contribute to this project. |
@muke1908 I have already set up the .env according to the .env.sample in the repo. Not sure why the database is not connecting. Can you help me here? |
@Shardul1908 probably wrong URI (wrong format)? |
Ohh okay, let me try that. Why is MongoDB used then? |
If mongodb is not configured, it'll use inMem storage. Not ideal but you'll be able to run the app. Mongodb is configured in production |
Mock 'socket.io-client' library and write unit test.
https://github.com/muke1908/chat-e2ee/blob/master/service/src/socket/socket.ts
The text was updated successfully, but these errors were encountered: