function testSorterProjectionComb(sortSpec, proj, expected, desc) {
    const sorter = new Minimongo.Sorter(sortSpec);
    test.equal(sorter.combineIntoProjection(proj), expected, desc);
  }