it('very easy applied to lv3', () => {
    const chart = notechart('#PLAYLEVEL 3')
    const judge = getJudgeForNotechart(chart, {})
    expect(timegate(3, judge)).to.equal(0.16)
  })