Skip to content

Commit 2e44832

Browse files
fix: add dayjs config in test (#542)
1 parent cf5adc1 commit 2e44832

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tests/setup.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import { cleanup } from '@testing-library/react';
22
import { afterEach, vi } from 'vitest';
33

4+
import '@/lib/dayjs/config';
5+
46
afterEach(cleanup);
57

68
Object.defineProperty(window, 'matchMedia', {

0 commit comments

Comments
 (0)