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 de204fc commit 952d44dCopy full SHA for 952d44d
1 file changed
test/nuxt/components/DateTime.spec.ts
@@ -9,6 +9,7 @@ vi.mock('~/composables/useSettings', () => ({
9
useSettings: () => ({
10
settings: ref({ relativeDates: mockRelativeDates.value }),
11
}),
12
+ useAccentColor: () => ({}),
13
}))
14
15
describe('DateTime', () => {
0 commit comments