i’d like to write tests for my graphql-yoga server that uses prisma. is there any way to use prisma with an in-memory or throwaway database for testing purposes? what’s the recommended approach to testing prisma code?
n
nuno
11/16/2018, 10:30 AM
I'm also starting to look into that. Don't know of good way to do that yet.
s
skainswo
11/16/2018, 6:29 PM
it seems like the only option is to spin up a temp docker compose setup with a custom throwaway prisma/postgres setup