getHook(name, tags) {
      const suitePath = self.hooks[name];
      if (!suitePath) throw new Error(`Unable to find hook [ ${name} ].`);
      return {
        name,