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
refactor(material/list): retrieve subheader texts in test harness concurrently
Currently the test harness for the list provides a method for
retrieving list items grouped by subheaders. The subheaders
with their corresponding list items are iteratively collected
but the headings are retrieved once previous headings have
been retrieved/awaited.
We can improve this by retrieving the headings concurrently and
waiting for all asynchronous tasks to complete at the end.
0 commit comments