You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(map): cover cluster→task navigation guard in MapScreen (#156)
Extend MapScreen.test.tsx with the cluster-expansion interaction that
was previously untested: a multi-task cluster callout must NOT navigate
(guard `if (!isCluster && firstTask)`), while a count:null promoted
single-task marker must navigate to TaskDetail with the correct taskId.
The existing single-marker navigation test is retained.
Closes#147
0 commit comments