/// // Configure Vitest (https://vitest.dev/config) import { defineConfig } from 'vite' export default defineConfig({ test: { globals: true, }, })