Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Updated 'renderHook' path after removeing '@testing-library/react-hooks'
Browse files Browse the repository at this point in the history
  • Loading branch information
danetsao committed Oct 2, 2023
1 parent 07f5cc5 commit ba89cf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/api/mutators/useAutomaticSchedulerMutation.test.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { CalloutContext } from '@folio/stripes/core';
import { waitFor } from '@testing-library/react';
import { act, renderHook } from '@testing-library/react-hooks';
import { waitFor, act, renderHook } from '@testing-library/react';
import React, { ReactNode } from 'react';
import { QueryClient, QueryClientProvider } from 'react-query';
import useAutomaticSchedulerMutation from './useAutomaticSchedulerMutation';
Expand Down
3 changes: 1 addition & 2 deletions src/api/mutators/useManualSchedulerMutation.test.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { CalloutContext } from '@folio/stripes/core';
import { waitFor } from '@testing-library/react';
import { act, renderHook } from '@testing-library/react-hooks';
import { waitFor, act, renderHook } from '@testing-library/react';
import React, { ReactNode } from 'react';
import { QueryClient, QueryClientProvider } from 'react-query';
import useManualSchedulerMutation from './useManualSchedulerMutation';
Expand Down

0 comments on commit ba89cf2

Please sign in to comment.