aiillssa / Husky-Hustler-Backend

Backend for husky hustler. Here is the frontend: https://github.com/aiillssa/Husky-Hustlers-Frontend
1 stars 0 forks source link

Testing Note: Displays error messages #18

Open aiillssa opened 3 days ago

aiillssa commented 3 days ago

Note when running our tests, you may encounter error messages like

[Controller - createUser] failed trying to access Users table
Error:TypeError: Cannot read properties of undefined (reading 'on')
[Controller - getAllUsers] failed trying to access Users table
Error:QueryFailedError: aborted

If both the tests pass, then this is okay! It comes from the automated warnings our controller prints when we try and add/retrieve with invalid parameters (part of our tests).