Authenticated Routes

๐Ÿ‘จโ€๐Ÿ’ผ Remember how our tests using the Remix Stub were covering the UI but not the loaders? We were just making test versions of those loaders. Well, now that we know how to simulate an authenticated state, why don't we use the real versions of those loaders and get confidence that the two work together well!
npx vitest username

Access Denied

You must login or register for the workshop to view and run the tests.

Check out this video to see how the test tab works.