Cosecha / redadalertas

A web app for crowdsourcing immigration raid data.
http://redadalertas.com/
GNU General Public License v3.0
97 stars 24 forks source link

Testing Framework #25

Open celsom3 opened 7 years ago

celsom3 commented 7 years ago

It would be nice to have as much tested as possible. Any ideas on what to use for front end testing?

webmandman commented 7 years ago

Testing hasnt been in my flow, ever. Well I've done a little when I started some project but stopped after a few tests. So I'll definitely be looking for a guide.

How about Jest https://facebook.github.io/jest/ ?