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

Function toBeNull

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

Source from the content-addressed store, hash-verified

241 )
242 },
243 toBeNull() {
244 assert(
245 actual === null,
246 `Expected ${formatValue(actual)} ${negate ? `not ` : ``}to be null`,
247 )
248 },
249 toContain(expected: unknown) {
250 const contains =
251 typeof actual === `string`

Callers

nothing calls this directly

Calls 2

assertFunction · 0.70
formatValueFunction · 0.70

Tested by

no test coverage detected