UnitConvexHarness
●test-convex · /unit·type
In-memory Convex test harness produced by for the given schema. Mirrors the
object returned by convex-test's convexTest, exposing query, mutation, action, run, and
withIdentity against a transient backend with no network or subprocess.
Definition
type UnitConvexHarness = TestConvex<SchemaDefinition<Schema, boolean>>;TestConvex<SchemaDefinition<Schema, boolean>>
Related
UnitModuleMap createUnitConvex unitModuleMap
createUnitConvex
Builds the convextest harness for the fast, hermetic unit tier: a fully inmemory backend that never spawns a real deployment or touches the network. The convext
unitModuleMap
Builds the convextest module map, layering callersupplied fixture modules over the mandatory generated rootdetection entry. Centralizes the map the convextest c