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 obs-ux-logs-team,obs-ux-onboarding-team
  • Loading branch information
eokoneyo committed Nov 21, 2024
1 parent 51a84eb commit efd537d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* 2.0.
*/

import { renderHook } from '@testing-library/react-hooks';
import { renderHook } from '@testing-library/react';
import { useKibana } from '@kbn/kibana-react-plugin/public';
import { useAutoDetectTelemetry } from './use_auto_detect_telemetry';
import { ObservabilityOnboardingFlowStatus } from './get_onboarding_status';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* 2.0.
*/

import { renderHook } from '@testing-library/react-hooks';
import { renderHook } from '@testing-library/react';
import { useFlowProgressTelemetry } from './use_flow_progress_telemetry';
import { useKibana } from './use_kibana';

Expand Down

0 comments on commit efd537d

Please sign in to comment.