Skip to content

Commit

Permalink
UIBULKED-352: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
UladzislauKutarkin committed Oct 9, 2023
1 parent 0027110 commit 9d4d7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BulkEdit.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ import userEvent from '@testing-library/user-event';
import { MemoryRouter } from 'react-router-dom';
import { createMemoryHistory } from 'history';
import { QueryClientProvider } from 'react-query';
import { IntlProvider } from 'react-intl';

import { useOkapiKy } from '@folio/stripes/core';
import { runAxeTest } from '@folio/stripes-testing';

import '../../test/jest/__mock__';

import { IntlProvider } from 'react-intl';
import BulkEdit from './BulkEdit';
import { mockData, createDtWithFiles, createFile, flushPromises, dispatchEvt } from '../../test/jest/utils/fileUpload';
import { queryClient } from '../../test/jest/utils/queryClient';
Expand Down

0 comments on commit 9d4d7ab

Please sign in to comment.