UNPKG

gel-sass-tools

Version:

A collection of Sass Settings & Tools which align to key GEL values

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'], }, });