Skip to content

Commit

Permalink
Fixing the failure of husky pre-commit script. (#2999)
Browse files Browse the repository at this point in the history
* test commit

* test commit

* Changing the import for waitFor and screen from @testing-library/react to @testing-library/dom

* removing test-commit

* resolving conflicts

* fixing the package.json conflict

* excluding unecessary changes in the package-lock.json
  • Loading branch information
Suyash878 authored Dec 28, 2024
1 parent 61007fc commit c9292d1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React from 'react';
import type { RenderResult } from '@testing-library/react';
import { render, screen, waitFor } from '@testing-library/react';
import { screen, waitFor } from '@testing-library/dom';
import { render } from '@testing-library/react';
import { MockedProvider } from '@apollo/react-testing';
import { I18nextProvider } from 'react-i18next';
import i18n from 'utils/i18nForTest';
Expand Down

0 comments on commit c9292d1

Please sign in to comment.