Skip to content

Commit

Permalink
UISACQCOMP-227 fix code review
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanDenis committed Nov 7, 2024
1 parent a3d40c3 commit 5310682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/AcqDateRangeFilter/AcqDateRangeFilter.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { nativeChangeFieldValue } from '@folio/stripes/components';
import AcqDateRangeFilter from './AcqDateRangeFilter';

jest.mock('@folio/stripes/components', () => ({
...jest.requireActual('@folio/stripes-components'),
...jest.requireActual('@folio/stripes/components'),
nativeChangeFieldValue: jest.fn(),
}));

Expand Down

0 comments on commit 5310682

Please sign in to comment.