test('async: should return false if not exists locally', () => {
  return detectInstalled('sdfjkhskh3-sf9sd78fsdf', {
    local: true
  }).then((actual) => {
    test.strictEqual(actual, false)