I try to test a small code with Jest:
I have a file who has just this: export const apiUrlBase = process.env.API_URL;
export const apiUrlBase = process.env.API_URL;
My jest file is: