it('ending is hard', () => {
    const chart = notechart('#PLAYLEVEL 0')
    const judge = getJudgeForNotechart(chart, { tutorial: true })
    expect(judgeTime(109.89, 110, judge)).to.equal(4)
  })