Files
resend__react-email/vitest.config.ts
T
Bu Kinoshita d4d9efdbdb chore(all): use biome (#1833)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: gabriel miranda <gabrielmfern@outlook.com>
2025-01-27 16:53:57 -03:00

11 lines
179 B
TypeScript

/// <reference types="vitest" />
import { defineConfig } from 'vitest/config';
export default defineConfig({
test: {
globals: true,
environment: 'happy-dom',
},
});