diff --git a/src/tests/setup.ts b/src/tests/setup.ts index aca6f39de..2f62e7c81 100644 --- a/src/tests/setup.ts +++ b/src/tests/setup.ts @@ -1,6 +1,8 @@ import { cleanup } from '@testing-library/react'; import { afterEach, vi } from 'vitest'; +import '@/lib/dayjs/config'; + afterEach(cleanup); Object.defineProperty(window, 'matchMedia', {