Error with Missing DATABASE_URL in Tests
hi again 
i'm trying to write tests for my rpc layer that depend on a db this makes the types happy, but when actually running vitest it throws and I can't figure out how put it into the expected context.. i tried piping through but this had no effect, nor using
i'm trying to write tests for my rpc layer that depend on a db this makes the types happy, but when actually running vitest it throws and I can't figure out how put it into the expected context.. i tried piping through but this had no effect, nor using
it.effect or just it() or anything else i tried