Environment variables validation not working with Jest (env.mjs)
Hi, did anyone else have problems with
env.mjs
in tests (I use env.SOME_VAR
in my components)? I get this error:
It's fixable by using babel.config.js
, but I don't want to use babel
(I have NX monorepo)... 🫣3 Replies