MCPcopy Index your code
hub / github.com/triggerdotdev/trigger.dev / Assertion

Interface Assertion

packages/testing/src/index.ts:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22declare module "vitest" {
23 interface Assertion<T = any> extends CustomMatchers<T> {}
24 interface AsymmetricMatchersContaining extends CustomMatchers {}
25}
26

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…