Skip to content

Commit 91b0e2c

Browse files
committed
what
1 parent dcf9eb1 commit 91b0e2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-query/src/__tests__/regression-8384-transition.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ describe('react transitions', () => {
7979
await act(async () => {
8080
resolveByCount[0]!()
8181
})
82+
// HELP WANTED - get the below to fail as the repro does
8283
expect(screen.queryByText('loading...')).toBeNull()
8384
screen.getByRole('button')
8485
expect(screen.queryByText('pending...')).toBeNull()

0 commit comments

Comments
 (0)