Open edwmurph opened 6 years ago
Any thoughts on implementing function spying? Specifically it would be nice if I could determine things about injected mocks like:
Currently I'm getting around this by using sinon with rewire but it would be nice if rewire was an all in one solution.
+1 I agree this would make writing tests much simpler & cleaner... I also don't like needing multiple frameworks.
Any thoughts on implementing function spying? Specifically it would be nice if I could determine things about injected mocks like:
Currently I'm getting around this by using sinon with rewire but it would be nice if rewire was an all in one solution.