DEV Community

Discussion on: How I'm currently testing my GraphQL Resolvers & Mongoose Operations

Collapse
 
devusman profile image
Usman Suleiman

Almost all tutorials mock the DB calls, but I don't see a single benefit of doing that. Might as well not test at all.