From 5e2926b9ef28a150d24b1d86878f2d23b1ab07b5 Mon Sep 17 00:00:00 2001 From: Andrii Solianyk Date: Sat, 24 May 2025 18:41:38 +0200 Subject: [PATCH] fix... --- __Tests__/locations.test.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');