Skip to content

Commit

Permalink
Apply eslint-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vin0401 authored and github-actions[bot] committed Jan 25, 2024
1 parent 46e532b commit 9fb0e8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Example } from '../example'

test('displays button', async () => {
const { getByText } = render(<Example value='Example text' />)

const button = getByText('Example text')

expect(button).toBeInTheDocument()
Expand Down

0 comments on commit 9fb0e8e

Please sign in to comment.