it('returns a match by file extension if no type specified', () => {
      expect(parserList.find({ ext: '.b' })).to.deep.equal([B])
    })