API reference › @evolu/common › Test
Cross-module test utilities for deterministic testing.
Test helpers are usually colocated with the code they test. General helpers shared across unrelated modules, or helpers whose colocation would create dependency cycles, belong here.
Testing
| Name | Description |
|---|---|
| TestCreateId | Deterministic id factory returned by testCreateId. |
| testCreateId | Creates a deterministic createId helper. |
| testStubGlobal | Temporarily replaces a global property for a test scope. |