assets.file.withArgs('a.wav').returns(
        Promise.resolve({
          read: () => Promise.resolve('ok1'),
        })
      )