Skip to content

Commit a3cf6eb

Browse files
committed
lint fix
1 parent 31344ba commit a3cf6eb

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

src/views/domain-schedules/domain-schedules-create-modal/__tests__/domain-schedules-create-modal.test.tsx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
import { ScheduleOverlapPolicy } from '@/__generated__/proto-ts/uber/cadence/api/v1/ScheduleOverlapPolicy';
2-
import { type CreateScheduleRequestBody } from '@/route-handlers/create-schedule/create-schedule.types';
3-
import { render, screen, userEvent, waitFor } from '@/test-utils/rtl';
41
import { type ModalProps } from 'baseui/modal';
52
import { HttpResponse } from 'msw';
63
import * as reactHookForm from 'react-hook-form';
74

5+
import { render, screen, userEvent, waitFor } from '@/test-utils/rtl';
6+
7+
import { ScheduleOverlapPolicy } from '@/__generated__/proto-ts/uber/cadence/api/v1/ScheduleOverlapPolicy';
8+
import { type CreateScheduleRequestBody } from '@/route-handlers/create-schedule/create-schedule.types';
9+
810
import { mockDomainSchedulesCreateFormData } from '../__fixtures__/mock-domain-schedules-create-form-data';
9-
import { type DomainSchedulesCreateFormData } from '../domain-schedules-create-modal.types';
1011
import DomainSchedulesCreateModal from '../domain-schedules-create-modal';
12+
import { type DomainSchedulesCreateFormData } from '../domain-schedules-create-modal.types';
1113

1214
const { useForm: useFormActual } =
1315
jest.requireActual<typeof reactHookForm>('react-hook-form');

0 commit comments

Comments
 (0)