MCPcopy
hub / github.com/MetaMask/metamask-extension / Matchers

Interface Matchers

types/global.d.ts:358–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356 // TODO: Fix in https://github.com/MetaMask/metamask-extension/issues/31860
357 // eslint-disable-next-line @typescript-eslint/consistent-type-definitions, @typescript-eslint/naming-convention
358 interface Matchers<R> {
359 toBeFulfilled(): Promise<R>;
360 toNeverResolve(): Promise<R>;
361 }
362 }
363
364 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected