Precise DOM morphing
morphing typescript dom
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 10 lines 181 B view raw
1import { defineConfig } from "vitest/config" 2 3export default defineConfig({ 4 test: { 5 environment: "happy-dom", 6 globals: true, 7 testTimeout: 10000, 8 hookTimeout: 10000, 9 }, 10})