Running jest tests in `workerd` environment?

We develop a library that should work on Cloudflare Workers. We have a huge test suite, that tests its full API in all the combination we could think of. Is there a good way to run our existing jest test suite in a
workerd
like environment?
Was this page helpful?