What should be tested in Javascript?
- by Nathan Hoad
At work, we've just started on a heavily Javascript based application (actually using Coffeescript, but still), of which I've been implementing an automated test system using JsTestDriver and fabric.
We've never written something with this much Javascript, so up until now we've never done any Javascript testing. I'm unsure what exactly we should…