Skip to content

Commit

Permalink
[React18] Migrated test suites to accommodate changes to testing libr…
Browse files Browse the repository at this point in the history
…ary owned by appex-ai-infra,security-generative-ai,obs-ai-assistant
  • Loading branch information
eokoneyo committed Nov 21, 2024
1 parent 51a84eb commit c1f38f5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
*/
import React from 'react';
import * as ReactQuery from '@tanstack/react-query';
import { renderHook } from '@testing-library/react-hooks/dom';
import { waitFor } from '@testing-library/react';
import { waitFor, renderHook } from '@testing-library/react';
import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
import { httpServiceMock, notificationServiceMock } from '@kbn/core/public/mocks';
import { useProviders } from './get_providers';
Expand Down

0 comments on commit c1f38f5

Please sign in to comment.