RyanElliott10 / BeerMe

A small React website (with C# backend) to aid in beer-flavor exploration
0 stars 0 forks source link

Added unit test to UserController, ensured code coverage is working #61

Closed RyanElliott10 closed 4 years ago

RyanElliott10 commented 4 years ago

Ignore the name of the branch. We are using Jest for testing and code coverage. Run npm run test --coverage --watchAll=false to run the tests and generate the code coverage report.