it('is false when no scratch track', async function () {
      const source = '#00101:01'
      return expect((await info(source)).scratch).to.be.false
    })