diff --git a/__Tests__/locations.test.jsx b/__Tests__/locations.test.jsx index ef5c379..1fb101f 100644 --- a/__Tests__/locations.test.jsx +++ b/__Tests__/locations.test.jsx @@ -5,7 +5,7 @@ import { addLocation, updateLocation, deleteLocation -} from '@/api/locations'; +} from '../api/locations'; jest.mock('axios');