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
Because the sole difference between testing the function directly and testing with an http client is the serialization/dependency injection, and that this is already done, it'll be less akward if I test using the function, because no parsing/serializing JSON will take place, as the function returns models directly. I'll still need to test for the database though.
The text was updated successfully, but these errors were encountered:
Because the sole difference between testing the function directly and testing with an http client is the serialization/dependency injection, and that this is already done, it'll be less akward if I test using the function, because no parsing/serializing JSON will take place, as the function returns models directly. I'll still need to test for the database though.
The text was updated successfully, but these errors were encountered: