### Fixed

- Fixed an issue where using fast synchronisation caused a TypeError in some environments (#953).
This commit is contained in:
vorotamoroz
2026-06-12 11:33:07 +01:00
parent 0856693aac
commit 295dc1392a
11 changed files with 186 additions and 74 deletions
+6
View File
@@ -1,3 +1,9 @@
/**
* @file vitest.config.common.ts
* @description Shared base configuration for all Vitest test environments in the project,
* defining common resolve aliases, build defines, and plugins (svelte, inlineWorker).
* This configuration is not executed directly, but is imported and merged by other specific configuration files.
*/
import { defineConfig } from "vitest/config";
import { svelte } from "@sveltejs/vite-plugin-svelte";
import { sveltePreprocess } from "svelte-preprocess";