Happier Test Driven Development with testdouble.js by Justin Searls
Update: 2016-03-15
Description
Most teams hate their tests. One of the biggest reasons is that few teams have any clue why, when, or how to make effective use of test doubles (mocks, spies, stubs, etc). In this laid-back session, I'll explain a little background on different perspectives about test doubles, and then introduce my own JavaScript library, testdouble.js, and explain why it can support a leaner, meaner approach to test-driven development without any of the confusing cruft that can lead to unrealistic tests.

Comments
In Channel