ImageTest.prototype.animateImage = function (cb, results) {
  if (results.matches || !results.exists) { return cb(null, false); } //missing image guard
  this.diffViewBuilder.animatedView(cb);
};