UNPKG

gel-grid

Version:

A flexible code implementation of the GEL Grid

14 lines (12 loc) 278 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ plugins: [], test: { clearMocks: true, coverage: {}, environment: 'jsdom', exclude: ['**/node_modules/**'], globals: true, setupFiles: ['./test/vitest-setup.mjs'], }, });