mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-04 04:14:04 +00:00
4 lines
213 B
Markdown
4 lines
213 B
Markdown
# Test Rules
|
|
|
|
- Fake-timer tests in `unit-fast` belong in `vitest.unit-fast-fake-timers`: `unit-fast` is `isolate: false` and parallel, so fake timers share worker globals and can hang unrelated real-timer tests.
|