Closed petebacondarwin closed 1 month ago
This is now ready for a review. The excess SIGTERM handlers I was seeing were because I was creating many vite dev servers in beforeEach()
handlers but not then cleaning them up.
Looks great! I think we'll need to cleanup the server in the Durable Objects tests too but it doesn't have to be done in this PR.
The node-compat PR does some further clean up of tests I think...
There are two commits here: