What I am trying to do is test that clicking the first table header column sorts the rows of the table using React Testing Library. I have mocked some data whic
first