Skip to content

Commit

Permalink
Use testing-library/react-hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
azizjonnurov committed Dec 4, 2024
1 parent 0299976 commit 6f27223
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* Developed collaboratively using AI (Chat GPT) */

import { renderHook } from '@testing-library/react-hooks';
import { useIntl } from 'react-intl';

import { renderHook } from '@folio/jest-config-stripes/testing-library/react';
import { getFullName } from '@folio/stripes/util';

import { useVersionHistoryValueResolvers } from './useVersionHistoryValueResolvers';
Expand Down

0 comments on commit 6f27223

Please sign in to comment.