From 3c06c95f396b6e911076bc3291d5855ed01b5caa Mon Sep 17 00:00:00 2001 From: "netop://ウィビ" Date: Sun, 26 Apr 2026 20:18:30 -0700 Subject: cleanup and ready for launch --- vitest.config.ts | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'vitest.config.ts') diff --git a/vitest.config.ts b/vitest.config.ts index c24a061..8b21dc2 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -1,8 +1,15 @@ -import { svelte } from "@sveltejs/vite-plugin-svelte"; + + + +/*** IMPORT ------------------------------------------- ***/ + import { defineConfig } from "vitest/config"; +import { svelte } from "@sveltejs/vite-plugin-svelte"; + +/*** EXPORT ------------------------------------------- ***/ export default defineConfig({ - plugins: [svelte({ hot: false })], + plugins: [svelte()], test: { environment: "node", include: ["tests/**/*.test.ts"] -- cgit v1.2.3