EventSourceEventSource and I'd like to mock EventSourceEventSource entirely, but can't quite figure out how to get it to work. I've been referencing https://docs.deno.com/examples/mocking_tutorial/#stubbing and from what I can tell, stubs are for only replacing a method, not an entire class. Before I resort to wrapping it with another class that I can mock, does anyone have any ideas around this?
Join the Discord to continue the conversation