Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
raiyaj committed Feb 14, 2023
1 parent 2e88658 commit 6684628
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ describe('useWishlist hook', () => {
test('createListItem also calls init if not already initialized', () => {
const mock = jest.fn()
const mockFindListByName = jest.fn().mockReturnValue({})
const mockInit = jest.fn().mockReturnValue({ id: 'test' })
const mockInit = jest.fn().mockReturnValue({id: 'test'})

useCustomerProductLists.mockReturnValue({
createListItem: mock,
Expand Down

0 comments on commit 6684628

Please sign in to comment.