mirror of
https://github.com/resend/react-email.git
synced 2026-09-14 14:18:02 +08:00
d4d9efdbdb
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>
11 lines
179 B
TypeScript
11 lines
179 B
TypeScript
/// <reference types="vitest" />
|
|
|
|
import { defineConfig } from 'vitest/config';
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
globals: true,
|
|
environment: 'happy-dom',
|
|
},
|
|
});
|