Skip to content

Commit eac5de5

Browse files
committed
Added unit tests examples
1 parent 3e360e7 commit eac5de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Todos/Todos.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { axe } from '../../test-utils';
55
import { Todos } from './Todos';
66
import { GET_TODOS, UPDATE_TODO } from './queries';
77
import { todos } from './mocks';
8-
import { act, fireEvent, waitFor } from '@testing-library/react';
8+
import { fireEvent, waitFor } from '@testing-library/react';
99

1010
describe('Todos components', () => {
1111
const mocks = [{

0 commit comments

Comments
 (0)