Hacker News new | ask | show | jobs
by quickthrower2 1196 days ago
Thanks, they are great answers. I think as always you can’t expect to magically throw a test tool at the application. You need some effort to make it testable. Moving out auth and anything else stateful to another service that can be mocked helps.