MCPcopy Create free account
hub / github.com/TanStack/db / toEqual

Function toEqual

packages/tauri-db-sqlite-persistence/e2e/app/src/runtime-vitest.ts:201–206  ·  view source on GitHub ↗
(expected: unknown)

Source from the content-addressed store, hash-verified

199 )
200 },
201 toEqual(expected: unknown) {
202 assert(
203 deepEqual(actual, expected),
204 `Expected ${formatValue(actual)} ${negate ? `not ` : ``}to equal ${formatValue(expected)}`,
205 )
206 },
207 toBeGreaterThan(expected: number) {
208 assert(
209 typeof actual === `number` && actual > expected,

Callers

nothing calls this directly

Calls 3

assertFunction · 0.70
deepEqualFunction · 0.70
formatValueFunction · 0.70

Tested by

no test coverage detected