Unit Testing Request Has User Effect in Jest
Just getting started with unit testing my work. Starting simple, with a little effect that just checks if a
What is the best way to unit test this in Jest to I can see both the success and failure pathways? Sucess seems easy enough, but stuggling to find a way to to failure
session on a request has a user.What is the best way to unit test this in Jest to I can see both the success and failure pathways? Sucess seems easy enough, but stuggling to find a way to to failure
