function testSelProjectionComb(sel, proj, expected, desc) {
    const matcher = new Minimongo.Matcher(sel);
    test.equal(matcher.combineIntoProjection(proj), expected, desc);
  }