| 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 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected