NYCPlanning / labs-postgis-preview

A lightweight express app and leaflet frontend for previewing PostGIS queries
MIT License
277 stars 57 forks source link

Add eslint test, circleci #84

Closed chriswhong closed 6 years ago

chriswhong commented 6 years ago

Adds mocha and chai, and a test to check all js files for valid eslint. (No other tests exist yet, but this is a start) Adds circleCI config, and a circleCI build badge to the develop page.

Now we can see if eslint passes on our PRs, and can add tests on future work!