Skip to content

Commit

Permalink
squelch linter
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceharrison1984 committed Jul 30, 2023
1 parent e9a2fe0 commit 10d539e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/Schedulely/__tests__/hooks/useCalendar.spec.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { CalendarProvider } from '@/providers';
import { Chance } from 'chance';
import { ComponentSize } from '@/types';
import { EventPriority } from '@/types/EventPriority';
import { ReactNode } from 'react';
import { act, renderHook } from '@testing-library/react';
import { createDefaultAdapter } from '@/dateAdapters/date';
Expand Down Expand Up @@ -117,6 +118,7 @@ const wrapper = ({ children }: { children: ReactNode }) => (
dateAdapter={testDateAdapter}
initialDate={testDate.toISOString()}
calendarEvents={[]}
eventPriority={EventPriority.long}
>
{children}
</CalendarProvider>
Expand Down

0 comments on commit 10d539e

Please sign in to comment.