()
| 321 | |
| 322 | // Hold the rename request open so we can observe the optimistic state. |
| 323 | let resolveRename: (value: Response) => void = () => {}; |
| 324 | active!.fetchMock.mockReturnValueOnce( |
| 325 | new Promise<Response>((resolve) => { |
| 326 | resolveRename = resolve; |
no outgoing calls
no test coverage detected
searching dependent graphs…