Abhischek
05/28/2020, 11:57 AMprisma.yml
via the prisma client? I'm writing a test using jest and want to make sure the test never runs against a real mongo environmentRyan
05/28/2020, 12:02 PMprisma.yml
defined in an .env
file so then you can use the same .env
file in your tests and reference the same variable via dotenv.Abhischek
06/01/2020, 9:07 AM