Custom fixtures
Summary
- Implement the new
navigatefixture intests/text-extend.ts. Use generated type definitions from React Router for type-safe navigation in tests. Build the app to generate the type definitions. - Change the existing test at
tests/e2e/homepage.test.tsto use the newnavigatefixture instead ofpage. Notice the route suggestions! Neat.