### 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
+1
View File
@@ -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",