@celox-sim/celox / matchers / setupMatchers
Function: setupMatchers()
setupMatchers():
void
Defined in: packages/celox/src/matchers.ts:176
Register custom matchers with vitest. Call once in a setup file or at the top of your test:
ts
import { setupMatchers } from "@celox-sim/celox/matchers";
setupMatchers();Returns
void