Open anikethsaha opened 5 years ago
I can provide some help.
@anmol5varma that's great. Ping me if you need any help from my side.
@anikethsaha Do you have some folder structure in mind?
folder structure for tests?
if so, then the current seems fine like a separate test folder at the root!
and if the about the project, then I guess I may have 2nd thoughts over the present one. Cause I have made a separate folder for the component
which can be shared by both server
and the client
mainly had a better SSR solution in my mind. So would appreciate any suggestion over this.
Generally while working we have component test inside them only. Hence I would advise if we have tests on the concerned files at the same level. I have written snapshot tests for the client folder with the same logic.
Okay it's fine either way. You can go ahead with your tests. If possible try to make it at the root but tests are more important irrespective of where they are so gi ahead, add your tests. Looking forward for your PR
is it still open to work?
Yeah.... It's open.... Feel free to reach out to me if you need any help
@manas2297 are you planning to add tests for the server?
Hi @anikethsaha, do you still need help with this?
Hi @anikethsaha and team,
I’m [Sheethal Patil A], a [MERN fullstack developer] with experience in the MERN stack (MongoDB, Express, React, Node.js). I’ve been looking for opportunities to contribute to open-source projects, and I’m really impressed by the work you’re doing with this project.
I’d love to help with this issue [ Link ], as it seems to align well with my skills in [React and Node.js]. I’ve taken a look at the code and I’m ready to dive in. Is there anything specific you’d like me to focus on, or any additional context I should be aware of before getting started?
If there are other areas where you need help, please let me know! I’m eager to contribute and learn more.
Looking forward to your guidance!
Best regards, [Sheethal Patil A] [Profile]
The test library I am planning to use is
jest
. category of tests :Example of a test in
chai
Thanks