it('returns proper color for Carbon element if colorer options does not have another carbon color', () => {
      const carbonAtom = { element: { name: 'C' } }
      expect(eColorerWithoutCarbon.getAtomColor(carbonAtom)).to.equal(
        carbonColor
      )