Aerys
Aerys10mo ago

How to close a Standalone adapter server?

I want to run some integration tests with Vitest and for some reason I don't want to use the createCaller() API. Is there a way to close the Standalone server when tearing down the tests?
1 Reply
Alex / KATT 🐱
Alex / KATT 🐱10mo ago
.close() .listen(0) to start at a random port and then close after