import '@testing-library/jest-dom/vitest'; import * as dotenv from 'dotenv'; dotenv.config({ path: './.env.test', quiet: true });