* Restore the original node fetch function.
()
| 102 | * Restore the original node fetch function. |
| 103 | */ |
| 104 | restore() { |
| 105 | (global.fetch as any) = this.originalFetch; |
| 106 | } |
| 107 | |
| 108 | /** |
| 109 | * Clears all registered mocks. |
no outgoing calls
no test coverage detected