codeforkansascity / Neighborhood-Dashboard

We're working to help neighborhoods help themselves by giving them easy access to useful data to allow them to identify and track problem areas in their neighborhood.
https://neighborhood-dashboard.codeforkc.org/
MIT License
18 stars 9 forks source link

Write Jest Tests #112

Open JakeLaCombe opened 7 years ago

JakeLaCombe commented 7 years ago

Let's get some JavaScript unit testing going on!

We need to write tests, and I think the best way to do that is by writing snapshot tests to ensure the google maps markup is accurate.

Also, let's split this into multiple pull requests, not a monolithic one.