it('returns proper color for helix using generic information than residue is not DNA or RNA', () => {
      const residue = new Residue({ type: 'H', generic: 'helix' })
      expect(ssColorer.getResidueColor(residue)).to.equal(helixColor)
    })