API reference › @evolu/common › Test
Cross-module test utilities for deterministic testing.
Test helpers are usually colocated with the code they test. Helpers that cannot be colocated because they would create dependency cycles belong here.
Functions
| Function | Description |
|---|---|
| testCreateId | Creates a deterministic createId helper. |
Type Aliases
| Type Alias | Description |
|---|---|
| TestCreateId | - |