Aaron Franks
Aaron Franks
Works for me as well, closing this
Thanks for that PR! I hope my comment on it explains things, but essentially when NODE_ENV is missing, `envalid` always assumes production mode, just to be safe. Maybe we could...
I haven't seen this before. Which jest version are you using? Also FWIW this call happens in `defaultReporter`. You can create and pass in a different reporter if you need...
To be honest I can't recall if this was intentional or not 😅 I can see pros and cons for making them enumerable: Pro: object spread (which I think is...
Cool idea! I don't think I would include this in the core package (trying to keep it as lean as possible) but I would love to see this implemented as...