describe('constructor', () => {
    it('creates an empty list', () => {
      const exporterList = new ExporterList()
      expect(formats(exporterList)).to.be.empty()
    })