it('ignores mismatching file type', () => {
      expect(exporterList.find({ format: 'c' })).to.be.empty()
    })