MCPcopy
hub / github.com/flightcontrolhq/superjson / customExpectations

Function customExpectations

src/index.test.ts:628–631  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

626 values: [['class', 'User']],
627 },
628 customExpectations(value) {
629 expect(value.password).toBeUndefined();
630 expect(value.username).toBe('bongocat');
631 },
632 dontExpectEquality: true,
633 },
634

Callers 1

index.test.tsFile · 0.85

Calls 1

woofMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…