This repository has been archived by the owner on Feb 25, 2022. It is now read-only.
Question: How to write tests for an application using GoRouter? #106
Unanswered
craiglabenz
asked this question in
Q&A
Replies: 1 comment
-
I'm curious about this as well... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What methods are you all using to test navigation in your GoRouter apps? For example, let's say a certain event in your state management solution (the user logging in) should trigger navigation to a certain screen (the home page). How are you setting things up so that a test can confirm the given even triggers the given navigation?
Beta Was this translation helpful? Give feedback.
All reactions