MCPcopy
hub / github.com/slab/quill / CustomMatchers

Interface CustomMatchers

packages/quill/test/unit/__helpers__/vitest.d.ts:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { Assertion, AsymmetricMatchersContaining } from 'vitest';
2
3interface CustomMatchers<R = unknown> {
4 toEqualHTML(html: string, options?: { ignoreAttrs?: string[] }): R;
5}
6
7declare module 'vitest' {
8 interface Assertion<T = any> extends CustomMatchers<T> {}

Callers 8

toolbar.spec.tsFile · 0.80
syntax.spec.tsFile · 0.80
table.spec.tsFile · 0.80
clipboard.spec.tsFile · 0.80
scroll.spec.tsFile · 0.80
inline.spec.tsFile · 0.80
block.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…