This commit is contained in:
2025-05-24 18:41:38 +02:00
parent f1198a8281
commit 5e2926b9ef

View File

@@ -5,7 +5,7 @@ import {
addLocation,
updateLocation,
deleteLocation
} from '@/api/locations';
} from '../api/locations';
jest.mock('axios');