DOTENV JEST
// package.json
{
"scripts":
{
"test": "jest --setupFiles dotenv/config"
}
}
Joyous Jaguar
// package.json
{
"scripts":
{
"test": "jest --setupFiles dotenv/config"
}
}