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