Unit Testing

Unit Testing

Front-End

auth.js

This is the page where the user can log in or sign up.

Logs

Calling checkRefs()...
Result: Passed

Calling showLogin()...
Result: Passed

Calling showLogin()...
Result: Passed

--------------------------------------------
3 out of 3 tests passed.

home.js

Home contains one function just for managing the view in conjunction with the navBar.

Home

Logs

Calling toggleScroll() with bool true...
Result: Passed

Calling toggleScroll() with bool false...
Result: Passed

--------------------------------------------
2 out of 2 tests passed.

navbar.js

Manages scroll effects for navigation bar.

Back-End

-- End of Unit Tests --