You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, my code is launching Miniflare manually & making requests against it and testing that. However, adding --coverage to jest doesn't capture this. I'm assuming this is because it's running in a separate process. Not sure what kind of integration would be needed but this would be pretty neat to fix (not super critical, but a nice-to-have).
The text was updated successfully, but these errors were encountered:
Currently, my code is launching Miniflare manually & making requests against it and testing that. However, adding
--coverage
to jest doesn't capture this. I'm assuming this is because it's running in a separate process. Not sure what kind of integration would be needed but this would be pretty neat to fix (not super critical, but a nice-to-have).The text was updated successfully, but these errors were encountered: