mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 05:00:31 +08:00
7 lines
123 B
TypeScript
7 lines
123 B
TypeScript
import { defineConfig } from 'vitest/config'
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
environment: 'happy-dom',
|
|
},
|
|
}) |