Does anyone know any good repo examples for Netlify Functions that include tests?

I have been trying to move an Express server over to Netlify Functions. My biggest pain point right now is figuring out how to move over my integrations tests. I am having trouble finding examples of Netlify Functions that include tests.

On my Express server, I was using Mocha, Chai, and Chai-http. But I am open to learning anything that works well with Netlify Functions. If you don’t have an example repo, but do have advice or knowledge, I am all ears to that as well.

hi @dguenet! this is a really great question.

@swyx dug this up -

Seems like it might be helpful for your use case?