mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-07-31 08:51:23 +00:00
### Fixed
- Fixed an issue where using fast synchronisation caused a TypeError in some environments (#953).
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
/**
|
||||
* @file vitest.config.unit.ts
|
||||
* @description Configuration for running unit tests in Node.js (excluding browser harnesses, E2E, and database integration tests).
|
||||
* This is executed during local development via `npm run test:unit` (or with coverage via `npm run test:unit:coverage`), and automatically in the GitHub Actions `unit-ci` workflow.
|
||||
*/
|
||||
import { defineConfig, mergeConfig } from "vitest/config";
|
||||
import viteConfig from "./vitest.config.common";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user