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

NameDescription
TestCreateIdDeterministic id factory returned by testCreateId.
testCreateIdCreates a deterministic createId helper.
testStubGlobalTemporarily replaces a global property for a test scope.