Skip to content

Commit

Permalink
Doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TimRoe committed Jun 20, 2024
1 parent 991d6eb commit 6033684
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ describe('Loading indicator', () => {

expect(screen.getByText('Children content')).toBeOnTheScreen()
expect(screen.queryByText('Loading indicator text')).not.toBeOnTheScreen()
expect(spacers.length).toBe(1) // Just Spacer between icon and text
expect(spacers.length).toBe(1) // Just Spacer between icon and children
})

it('should render with both text and children', async () => {
Expand Down

0 comments on commit 6033684

Please sign in to comment.