isFile: function (file) {
      file = absolutePath(file);
      return this.exists(file) && this.paths[file] === KarmaPathRegistry.TYPE_FILE;
    },