mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-06-14 18:30:14 +00:00
### Fixed
- Fixed an issue where using fast synchronisation caused a TypeError in some environments (#953).
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
"unittest": "deno test -A --no-check --coverage=cov_profile --v8-flags=--expose-gc --trace-leaks ./src/",
|
||||
"test": "vitest run",
|
||||
"test:unit": "vitest run --config vitest.config.unit.ts",
|
||||
"test:integration": "vitest run --config vitest.config.integration.ts",
|
||||
"test:unit:coverage": "vitest run --config vitest.config.unit.ts --coverage",
|
||||
"test:install-playwright": "npx playwright install chromium",
|
||||
"test:install-dependencies": "npm run test:install-playwright",
|
||||
|
||||
Reference in New Issue
Block a user