mapbox / csv2geojson

magically convert csv files to geojson files
http://mapbox.github.io/csv2geojson/
MIT License
362 stars 82 forks source link

tighten equality check in unit tests #68

Open andrewharvey opened 6 years ago

andrewharvey commented 6 years ago

64 was buggy. The unit tests passed, but in reality the unit tests weren't doing a strict equality check so it was a false pass, https://github.com/Automattic/expect.js. Fixed in #67, but to ensure the unit tests are testing correctly we should tighten the equality test in the unit tests.