API reference › @evolu/common › Test
Test utilities for deterministic testing.
Functions
| Function | Description |
|---|---|
| testCreateDeps | Creates deterministic TestDeps. |
| testCreateRun | Creates a test Run with deterministic default deps or optional custom deps. |
| testWaitForMacrotask | Returns a Promise that resolves after a macrotask delay. |
Type Aliases
| Type Alias | Description |
|---|---|
| TestDeps | Cheap deterministic baseline deps for tests. |