Skip to content

Commit 14e1dfb

Browse files
committed
Remove unused variable function getAllByRole
1 parent f6ad5fa commit 14e1dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/user/tests/list.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jest.mock('react-hot-toast', () => ({
1616

1717
describe('User list card', () => {
1818
it('renders user card', async () => {
19-
const { container, getByText, getAllByRole } = renderWithRouter(
19+
const { container, getByText } = renderWithRouter(
2020
<ReduxIntlProviders store={store}>
2121
<UsersTable
2222
filters={{

0 commit comments

Comments
 (0)