test('async: should return false if not exists glboally', () => {
  return detectInstalled('foo-bar-bqwewrwevdfg-sa').then((actual) => {
    test.strictEqual(actual, false)
  })
})