// Then, inside a test useAuthMock.mockImplementation(() => { return { user: { email: 'somethingelse@example.com' } } }) `
Is there anyway to do this, I would love to test my components and routes with different users? Wondering if this is a bug in 4.0.3 or how its supposed to be. Thanks in advance