Skip to content

Commit 8ae225b

Browse files
committed
Move test utils file as it errors in CI
1 parent 3dc8f92 commit 8ae225b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/components/src/calendar/test/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { fromZonedTime } from 'date-fns-tz';
2121
import { useState, default as React } from 'react';
2222
import '@testing-library/jest-dom';
2323
import { DateCalendar, TZDate } from '..';
24-
import { getDateButton, getDateCell, queryDateCell, monthNameFormatter } from './utils';
24+
import { getDateButton, getDateCell, queryDateCell, monthNameFormatter } from '../utils/test-utils';
2525
import type { DateCalendarProps } from '../types';
2626

2727
const UncontrolledDateCalendar = (

0 commit comments

Comments
 (0)