test(`takes an child with a sibling and identifies it as having a unique class`, function () {
    expect(
      analyzeElementSiblings(
        { el: { nodeName: 'DIV' }, getClasses: () => ['someClass'] },
        [{ el: { nodeName: 'DIV' }, getClasses: () => [] }]