jakeharding / repo-health

Project for CSCI 4900 at the University of Nebraska at Omaha.
MIT License
2 stars 1 forks source link

Feature/repo metrics ui #25

Closed bparish628 closed 7 years ago

bparish628 commented 7 years ago

Wanted to get this out there for you to see. It is a very rough display stats page. The tests are a bit wonky, so I'll be adding more/adding fixing them with a new way.

bparish628 commented 7 years ago

@jakeharding Hey I updated everything with correct tests. I found out why nothing was working though! It was because Jasmines assertions are actually functions and not just variables (I'm used to used chai).