django-rea / rea-app

Multi-platform UI application for OVN (Open Value Network) & REA (Resource / Event / Agent) backends- including Sensorica NRP, FreedomCoop OCP, GoPacifica DEEP & eventually django-rea project.
16 stars 6 forks source link

Implement better test runner #7

Closed pospi closed 7 years ago

pospi commented 7 years ago

Jest likes to market itself as the ultimate test framework for frontend apps, but I have heard negative things about it as well.

AVA seems like it might be better in the long run, the primary issue with node tests as projects get large is speed of the test runner, and AVA's highly asynchronous nature really helps to alleviate this.