before()

in Tasks/codepush-release-cordova/test.js [20:23]


  before(function() {
    // Silence console output from the build task.
    sinon.stub(CodePush, "log").callsFake(function() { });
  });