MCPcopy
hub / github.com/supermacro/neverthrow / ITestInterface

Interface ITestInterface

tests/index.test.ts:746–750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

744
745 describe('testdouble `ResultAsync.combine`', () => {
746 interface ITestInterface {
747 getName(): string
748 setName(name: string): void
749 getAsyncResult(): ResultAsync<ITestInterface, Error>
750 }
751
752 it('Combines `testdouble` proxies from mocks generated via interfaces', async () => {
753 const mock = td.object<ITestInterface>()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…