We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e360e7 commit eac5de5Copy full SHA for eac5de5
src/pages/Todos/Todos.spec.tsx
@@ -5,7 +5,7 @@ import { axe } from '../../test-utils';
5
import { Todos } from './Todos';
6
import { GET_TODOS, UPDATE_TODO } from './queries';
7
import { todos } from './mocks';
8
-import { act, fireEvent, waitFor } from '@testing-library/react';
+import { fireEvent, waitFor } from '@testing-library/react';
9
10
describe('Todos components', () => {
11
const mocks = [{
0 commit comments