Hacker News new | ask | show | jobs
by rschmitty 4788 days ago
Why not use SinonJS? http://sinonjs.org/

Same ability to mock responses and errors, but everything is local. Check your responses into git and every developer is testing the same stuff, no reliance on a 3rd party

Makes for lightning fast automatic background testing.