DSI was getting an error finding DATABASE_URL. I was able to fix by changing pretest:i in package.json to: npm run db:up && dotenv -e .env.test -- npx prisma migrate deploy Requires installing dotenv with npm i dotenvComment·Article·Dec 10, 2024·Integration testing Remix apps with Vitest, Typescript & Docker