Function
afterAll
packages/socket.io-client/test/support/hooks.ts:9–11
· packages/socket.io-client/test/support/hooks.ts::afterAll
()
Source from the content-addressed store, hash-verified
| 7 | server = createServer(); |
| 8 | }, |
| 9 | afterAll() { |
| 10 | server.close(); |
| 11 | }, |
| 12 | }; |
Callers
nothing calls this directly
Tested by
no test coverage detected