spyList.forEach(function (spyItem) {
      var name = spyItem.name;
      var spy = spyItem.spy;
      mochaMix[name](spy);
    });