// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`HubFile > reads a basic hub.txt file 1`] = `
HubFile {
  "data": {
    "descriptionUrl": "ucscHub.html",
    "email": "genome@soe.ucsc.edu",
    "genomesFile": "genomes.txt",
    "hub": "UCSCHub",
    "longLabel": "UCSC Genome Informatics Hub for human DNase and RNAseq data",
    "shortLabel": "UCSC Hub",
  },
  "name": "UCSCHub",
  "nameKey": "hub",
}
`;
