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 f2b5f33 commit 926cf19Copy full SHA for 926cf19
1 file changed
test/nuxt/components/DateTime.spec.ts
@@ -5,7 +5,6 @@ import DateTime from '~/components/DateTime.vue'
5
// Mock the useRelativeDates composable
6
const mockRelativeDates = shallowRef(false)
7
vi.mock('~/composables/useSettings', () => ({
8
- useRelativeDates: () => mockRelativeDates,
9
useSettings: () => ({
10
settings: ref({ relativeDates: mockRelativeDates.value }),
11
}),
0 commit comments