@danypops/vehicle-conformance
v0.2.1
Published
Host-neutral conformance suite for any VehicleClient implementation: one shared bun:test assertion set that LocalVehicleClient, RemoteVehicleClient, and any future transport must satisfy identically. A Bun-only devDependency for testing, not a runtime lib
Readme
@danypops/vehicle-conformance
Host-neutral bun:test conformance suite for any VehicleClient
implementation -- one shared assertion set that a LocalVehicleClient, a
RemoteVehicleClient, or any future transport must satisfy identically.
Ships raw TypeScript; a test-time devDependency, not a runtime library.
bun add -d @danypops/vehicle-conformanceimport { registerConformanceOperations, runVehicleClientConformance } from "@danypops/vehicle-conformance";See the workspace README for the full Vehicle package layout.
