Hacker News new | ask | show | jobs
by yazboo 2022 days ago
This is just automocking, though. If you need to mock out a component class method you can still provide a manual mock without too much trouble.

I might be thinking too narrowly here but if you're needing to mock a component class method in the first place, it might be good to do it explicitly anyway.