Skip to content

Commit 926cf19

Browse files
committed
test: cleanup test
1 parent f2b5f33 commit 926cf19

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/nuxt/components/DateTime.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import DateTime from '~/components/DateTime.vue'
55
// Mock the useRelativeDates composable
66
const mockRelativeDates = shallowRef(false)
77
vi.mock('~/composables/useSettings', () => ({
8-
useRelativeDates: () => mockRelativeDates,
98
useSettings: () => ({
109
settings: ref({ relativeDates: mockRelativeDates.value }),
1110
}),

0 commit comments

Comments
 (0)