['describe', 'xdescribe', 'fdescribe'].forEach(function (method) {
    const original = context[method];
    context[method] = _.wrap(original, function (fn) {
      const args = Array.prototype.slice.call(arguments, 1);
      if (_.isFunction(_.last(args))) {