()
| 30 | return { |
| 31 | proxyModule, |
| 32 | restore() { |
| 33 | if (oldProxy) require.cache[proxyPath] = oldProxy; |
| 34 | else delete require.cache[proxyPath]; |
| 35 | if (oldHubFetch) require.cache[hubFetchPath] = oldHubFetch; |
| 36 | else delete require.cache[hubFetchPath]; |
| 37 | }, |
| 38 | }; |
| 39 | } |
| 40 |
no outgoing calls
no test coverage detected