Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
usavkov-epam committed Apr 17, 2024
1 parent 1f57802 commit f6089c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@
"@folio/plugin-find-organization": "^5.0.0",
"@folio/stripes-acq-components": "~5.1.0",
"lodash": "^4.17.5",
"moment": "^2.24.0",
"moment-timezone": "^0.5.20",
"prop-types": "^15.5.10",
"query-string": "^6.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jest.mock('@folio/stripes/core', () => ({
...jest.requireActual('@folio/stripes/core'),
useNamespace: () => ['namespace'],
useOkapiKy: jest.fn(),
useStripes: jest.fn(() => ({})),
}));

const organizations = [organization];
Expand Down

0 comments on commit f6089c0

Please sign in to comment.