Hello all. I am about to start working on building an automated test suite for our SST stack which essentially just exposes API endpoints. Is Jest still the recommended option even though it was pulled out of SST recently? Any recommended alternatives?
Bonus question :Was wondering if anyone ever worked on a SST specific alternative that would emulate the http calls but running 100% locally calling the functions directly and therefore be super fast.