1import { defineConfig } from 'vitest/config'; 2 3export default defineConfig({ 4 test: { 5 globals: true, 6 environment: 'node', 7 }, 8});