Skip to content

Commit

Permalink
Update helpers.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
narthur committed Aug 24, 2022
1 parent 14a4cf2 commit 4feadcf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/test/helpers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ import {
getTimezones,
updateTask,
} from '../api';
import { waitFor } from '@testing-library/dom';
import { AdapterDateFns } from '@mui/x-date-pickers/AdapterDateFns';
import { LocalizationProvider } from '@mui/x-date-pickers/LocalizationProvider';
import { vi, Mock, SpyInstance, expect } from 'vitest';
import { vi, Mock, expect } from 'vitest';
import { getMe, updateMe } from '../api';
import { createTheme, ThemeProvider } from '@mui/material/styles';

Expand Down

1 comment on commit 4feadcf

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.