Leaks detected:
- "fetchCancelHandle" was created during the test, but not cleaned up during the test. Close the resource before the end of the test.
- An async call to op_http_wait was started before the test, but completed during the test. Async operations should not complete in a test if they were not started in that test.
- An async call to op_http_wait was started in this test, but never completed.
- An async operation to send a HTTP request was started in this test, but never completed. This is often caused by not awaiting the result of a `fetch` call.
To get more details where leaks occurred, run again with the --trace-leaks flag.
Leaks detected:
- "fetchCancelHandle" was created during the test, but not cleaned up during the test. Close the resource before the end of the test.
- An async call to op_http_wait was started before the test, but completed during the test. Async operations should not complete in a test if they were not started in that test.
- An async call to op_http_wait was started in this test, but never completed.
- An async operation to send a HTTP request was started in this test, but never completed. This is often caused by not awaiting the result of a `fetch` call.
To get more details where leaks occurred, run again with the --trace-leaks flag.