zeke / all-the-cities

🌆 All the 138,398 cities of the world with a population of at least 1000 inhabitants, in a big JSON array.
http://npm.im/all-the-cities
MIT License
281 stars 42 forks source link

Possible bug in test.js? #5

Closed mmoanis closed 6 years ago

mmoanis commented 6 years ago

For example t.ok(cities[0].name, 'cities have a lat')

Shouldn't this be t.ok(cities[0].lat, 'cities have a lat')

Same for cities[0].country and cities[0].lon.