add integrations tests and the code coverage. #12555
Replies: 2 comments 2 replies
-
Hey @Sonichigo If there's gaps in test coverage we'd certainly be happy for you to fill them! We are however focused on using vitest for our unit testing: https://vitest.dev/ Also note that each package has its own set of tests. |
Beta Was this translation helpful? Give feedback.
-
Hi @Sonichigo - our test suites are split out across the different packages, we utilise Jest, vitest and a product by QA-wolf for the majority of our tests, we would not wish to add another testing tool as this would require a lot of extra maintenance. Our overall coverage is already around 80% You can find our backend tests in any |
Beta Was this translation helpful? Give feedback.
-
I was going through the codebase and pr, to see how ways to contribute. I noticed that there is a folder for tests. I use a tool called Keploy to for testing and generating realistic data mocks, I think it would be a nice to have some more tests and a bit higher code coverage. Can i contirbute in this way?
Beta Was this translation helpful? Give feedback.
All reactions