Hi, is anyone aware of a cool unit testing framwor...
# prisma-whats-new
m
Hi, is anyone aware of a cool unit testing framwork for graphql apis? So far I have only used sets of playground mutations... I would like to write some unit tests for my graphql resolvers.
d
well, resolver is just a function, you can use Jest for that just fine