mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-07 10:32:49 +00:00
refactor: use standard prettier formatting
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import {defineConfig} from "vitest/config"
|
||||
import {svelte} from "@sveltejs/vite-plugin-svelte"
|
||||
import { defineConfig } from "vitest/config";
|
||||
import { svelte } from "@sveltejs/vite-plugin-svelte";
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [svelte({hot: !process.env.VITEST})],
|
||||
plugins: [svelte({ hot: !process.env.VITEST })],
|
||||
test: {
|
||||
globals: true,
|
||||
environment: "jsdom",
|
||||
},
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user