DEV Community

Discussion on: Unit testing is simple

Collapse
 
scalawilliam profile image
William Narmontas

Why is that the case for you? I'd like to find out so I can solve your problem and make testing better.

I rarely ever have to debug or println any more - just use a test.

Collapse
 
theednaffattack profile image
Eddie Naff

Well, for me it's the tooling. Getting everything to work together. The point of your article seems to be not using things like Mocha or what-have-you but I personally would be afraid to test without it. Or rather, I have no idea how I would use your method day-to-day.