stev-ou / stev

Student-Teacher Evaluations Visualization (STEV) Web Application
https://ou.evals.info
GNU General Public License v3.0
2 stars 0 forks source link

Additional Testing #19

Open zachschuermann opened 5 years ago

zachschuermann commented 5 years ago

A quick way to test multiple searches, maybe even random searches taken from the database. It would be something good to run in CI, just to look at like 10 visualizations for different classes and see if there are errors or inconsistencies.

zachschuermann commented 5 years ago

Prob just going to use Jest

zachschuermann commented 5 years ago

testing framework now in place, use npm test to start jest runner

zachschuermann commented 5 years ago

need to resolve initial smoke test then build from there