Skip to content

Commit

Permalink
test: update List test
Browse files Browse the repository at this point in the history
  • Loading branch information
kweeuhree committed Oct 17, 2024
1 parent 9289949 commit 134ba4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/List.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {
vi.mock('../src/hooks', () => ({
useEnsureListPath: vi.fn(),
useStateWithStorage: vi.fn(),
useEnsureListPath: vi.fn(),
useUrgency: vi.fn(() => ({
getUrgency: vi.fn((name) => {
if (name === 'nutella') return 'soon';
Expand Down

0 comments on commit 134ba4f

Please sign in to comment.