node.js health api request test fails by zod validation?
I have a Node.js Express application that I’m trying to test using vitest and supertest. However, I’m encountering issues with missing environment variables. Here’s my setup:
I have a Node.js Express application that I’m trying to test using vitest and supertest. However, I’m encountering issues with missing environment variables. Here’s my setup: