| 1 | // Tests use vi.spyOn on shared module objects (dns, undici). |
| 2 | // vi.spyOn modifies the object property directly on the cached module instance, so it |
| 3 | // is intercepted by server_functions.js regardless of the Module.prototype.require override |
| 4 | // in vitest-setup.js. restoreAllMocks:true auto-restores spies, but may reuse the same |
nothing calls this directly
no test coverage detected