Skip to content

Commit

Permalink
Release v3.0.1 (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaSedyx authored Nov 2, 2021
1 parent bc6ece1 commit f86ff12
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 333 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import stripesFinalForm from '@folio/stripes/final-form';
import { DICT_CATEGORIES } from '../../../common/constants';
import OrganizationContactInfoFormContainer from './OrganizationContactInfoFormContainer';

jest.mock('@folio/stripes-components/lib/AutoSuggest', () => ({ input }) => <input {...input} />);

const mutatorMock = {
[DICT_CATEGORIES]: {
GET: jest.fn().mockReturnValue(Promise.resolve([
Expand Down
Loading

0 comments on commit f86ff12

Please sign in to comment.