You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jest.config.js: If dotenv loads .env.local before .env.test, local developer overrides (e.g., DATABASE_URL pointing to a personal DB) cause test failures that only that developer sees.
jest.config.js: If
dotenvloads.env.localbefore.env.test, local developer overrides (e.g., DATABASE_URL pointing to a personal DB) cause test failures that only that developer sees.