it('beginning is easy', () => {
    const chart = notechart('#PLAYLEVEL 0')
    const judge = getJudgeForNotechart(chart, { tutorial: true })
    expect(judgeTime(9.89, 10, judge)).to.equal(3)
  })