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).
Note when running our tests, you may encounter error messages like
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).