Skip to content

Commit ad2ff91

Browse files
committed
test: update mock in test
1 parent 754316b commit ad2ff91

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/nuxt/components/DateTime.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ vi.mock('~/composables/useSettings', () => ({
1010
settings: ref({ relativeDates: mockRelativeDates.value }),
1111
}),
1212
useAccentColor: () => ({}),
13+
initAccentOnPrehydrate: () => {},
1314
}))
1415

1516
describe('DateTime', () => {

0 commit comments

Comments
 (0)