Open develeon opened 2 months ago
Added basic test for render validation of PostService.
Proposing to add tests for render validation of compiletime generated services.
This will allow us to verify and better track behavior of new implementations. when using code first approach for GraphQl.
How about using zio-test? It's better to stick with one library.
Added basic test for render validation of PostService.
Proposing to add tests for render validation of compiletime generated services.
This will allow us to verify and better track behavior of new implementations. when using code first approach for GraphQl.