MCPcopy Index your code
hub / github.com/code-pushup/cli / Assertion

Interface Assertion

testing/test-setup/src/vitest.d.ts:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8declare module 'vitest' {
9 interface Assertion
10 extends CustomPathMatchers,
11 CustomMarkdownTableMatchers,
12 JestExtendedMatchers {}
13
14 interface AsymmetricMatchersContaining
15 extends CustomAsymmetricPathMatchers,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected