Пример #1
0
    .then((responseVersion) => {
      expect(responseVersion).to.eq('0.11.1')

      return fs.statAsync(downloadDestination)
    })
Пример #2
0
    return download.start(this.options).then((responseVersion) => {
      expect(responseVersion).to.eq('0.13.0')

      return fs.statAsync(downloadDestination)
    })
Пример #3
0
 return info.ensureInstallationDir().then(() => {
   return fs.statAsync(installationDir)
 })