test(httpapi): add route exerciser

This commit is contained in:
Kit Langton
2026-05-02 20:31:21 -04:00
committed by GitHub
parent 84c4585476
commit ce62190978
21 changed files with 2685 additions and 1013 deletions
+1
View File
@@ -122,6 +122,7 @@ export const Client = lazy(() => {
})
export function close() {
if (!Client.loaded()) return
Client().$client.close()
Client.reset()
}