Fix tests on main (#479)

This commit is contained in:
Félix Malfait
2023-06-29 22:30:56 -07:00
committed by GitHub
parent eb7fb2ba8e
commit 3731380ce6
6 changed files with 8 additions and 4 deletions

View File

@ -1,8 +1,8 @@
import { Navigate, Route, Routes } from 'react-router-dom';
import { useTrackPageView } from '@/analytics/hooks/useTrackPageView';
import { RequireAuth } from '@/auth/components/RequireAuth';
import { RequireNotAuth } from '@/auth/components/RequireNotAuth';
import { useTrackPageView } from '@/analytics/hooks/useTrackPageView';
import { useGoToHotkeys } from '@/hotkeys/hooks/useGoToHotkeys';
import { DefaultLayout } from '@/ui/layout/DefaultLayout';
import { Index } from '~/pages/auth/Index';

View File

@ -1,8 +1,8 @@
import { getOperationName } from '@apollo/client/utilities';
import { graphql } from 'msw';
import { GET_COMPANIES } from '@/companies/services';
import { CREATE_EVENT } from '@/analytics/services';
import { GET_COMPANIES } from '@/companies/services';
import { GET_PEOPLE, UPDATE_PERSON } from '@/people/services';
import {
SEARCH_COMPANY_QUERY,