brownfield-team / anacapa-github-linker

A tool for managing students in computer science courses. Deployed at:
https://ucsb-cs-github-linker.herokuapp.com
MIT License
4 stars 6 forks source link

Jest Testing for React Components #501

Open sethvanb opened 2 years ago

sethvanb commented 2 years ago

Add Jest testing to improve frontend test coverage. As more tests are added, the global coverage threshold that is set in package.json should be increased until its 100 for all categories. Currently there is only one frontend test that can be used as an example.