afterEach()

in Tasks/codepush-release-cordova/test.js [25:31]


  afterEach(function() {
    // Restore all spied methods.
    spies.forEach(function(spy) {
      spy.restore();
    });
    spies = [];
  });