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