Can we use Jest with @web/test-runner to use features like spying and mocking?
I’m currently developing web components with Lit and using @web/test-runner along with @open-wc/testing for writing unit tests. According to the documentation on Test Frameworks: Write Your Own, is there a method to integrate Jest for the spying and mocking features, while still using @web/test-runner for execution? How can this be achieved?