test('async: should return true if exists globally', () => {
  return detectInstalled('npm').then((actual) => {
    test.strictEqual(actual, true)
  })
})