beforeEach(function() { this.addMatchers({ to${1}: function() { var summary = this.actual; this.actual = summary.clone().wrap('
').parent().html(); ${2} return ${3:false}; }, });