Custom fixtures
Your task
👨💼 In this one, you are going to implement a custom fixture called
navigate
. The purpose of this fixture is to make page navigations in tests type-safe! You will use the types generated by React Router to achieve that.🐨 Start by opening the file I've created for you. Follow the steps in that file to implement the
navigate
fixture.And, of course, verify that the tests are passing in the end by running
npm test
. Good luck!