test('be able to identify Pitch for third on sus2 chords', () => {
    const expectedPitch = Pitch.D;
    const pitch = new ClosedChord(
      Pitch.C,
      ChordPattern.Sus2,