We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754316b commit ad2ff91Copy full SHA for ad2ff91
1 file changed
test/nuxt/components/DateTime.spec.ts
@@ -10,6 +10,7 @@ vi.mock('~/composables/useSettings', () => ({
10
settings: ref({ relativeDates: mockRelativeDates.value }),
11
}),
12
useAccentColor: () => ({}),
13
+ initAccentOnPrehydrate: () => {},
14
}))
15
16
describe('DateTime', () => {
0 commit comments