You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There wasn't much test coverage so it was hard work out how the server was interacting with the database and if it was doing the correct inserts and other database queries
In the server-side handlers some of the request body's were hardcoded. It would make more sense to remove these and just write tests to check the server and database interaction
The text was updated successfully, but these errors were encountered:
There wasn't much test coverage so it was hard work out how the server was interacting with the database and if it was doing the correct inserts and other database queries
In the server-side handlers some of the request body's were hardcoded. It would make more sense to remove these and just write tests to check the server and database interaction
The text was updated successfully, but these errors were encountered: