mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-09 19:42:48 +00:00
add chord serialization, vitest
This commit is contained in:
10
vitest.config.ts
Normal file
10
vitest.config.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import {defineConfig} from "vitest/config"
|
||||
import {svelte} from "@sveltejs/vite-plugin-svelte"
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [svelte({hot: !process.env.VITEST})],
|
||||
test: {
|
||||
globals: true,
|
||||
environment: "jsdom",
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user