Hey guys,
I want to run route tests with express and prisma. I wanted to setup a dev database for the test data,
however I'm a little stumped, how do I run a migration in code (so that the database gets set up once jest runs)
also is this a good idea? i'm open to better ideas