Skip to content

Commit

Permalink
more delicious lint. mmm mmm tasty.
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke committed Dec 20, 2023
1 parent 6c939d5 commit 343fff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jest/__mock__/stripesComponents.mock.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jest.mock('@folio/stripes-components', () => ({
Label: jest.fn(({ children, ...rest }) => (
<span {...rest}>{children}</span>
)),
List: jest.fn(({ items, itemFormatter = (item, i) => (<li key={i}>{item}</li>)}) => (
List: jest.fn(({ items, itemFormatter = (item, i) => (<li key={i}>{item}</li>) }) => (
<ul>
[{items?.map((item, i) => itemFormatter(item, i))}]
</ul>
Expand Down

0 comments on commit 343fff6

Please sign in to comment.