Skip to content

Commit 51ee65f

Browse files
fix linting
1 parent f5ffdc4 commit 51ee65f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/__tests__/Dialog.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, {useState, useRef} from 'react'
22
import {Dialog, Box, Text, Button} from '..'
3-
import {render as HTMLRender, fireEvent, getByRole, waitFor} from '@testing-library/react'
3+
import {render as HTMLRender, fireEvent, waitFor} from '@testing-library/react'
44
import axe from 'axe-core'
55
import userEvent from '@testing-library/user-event'
66
import {behavesAsComponent, checkExports} from '../utils/testing'

0 commit comments

Comments
 (0)