Hello all. I am about to start working on building...
# help
e
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.
o
We do both using jest - integration tests that call the lambda handler programmatically, and API tests that run after the stage gets deployed over HTTP. The ratio is like ~20:1