Getting ts-jest to work with testing files that use the .env mjs files
I'm trying to write a unit test to verify some code. This code uses the t3
env variable which is setup in these .mjs files. When I run jest it keeps failing to import from "./schema.mjs". Does anyone have an example repo which has test working fine in this scenario?