test('synchronous: should return true if exists globally', () => {
  return new Promise((resolve) => {
    test.strictEqual(detectInstalled.sync('npm'), true)
    resolve()
  })