test('be able to identify Pitch for fifth', () => {
    const expectedPitch = Pitch.GFlat;
    const pitch = new ClosedChord(
      Pitch.C,
      ChordPattern.Diminished,