From e98afd1a1282cf4ea9a9a49533bf365712479d3f Mon Sep 17 00:00:00 2001 From: Julian Kobrynski Date: Fri, 9 Feb 2024 10:04:34 +0100 Subject: [PATCH] modify imports to use @src --- tests/unit/GooglePlacesUtilsTest.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unit/GooglePlacesUtilsTest.ts b/tests/unit/GooglePlacesUtilsTest.ts index b34d859771e5..9a7649158c8f 100644 --- a/tests/unit/GooglePlacesUtilsTest.ts +++ b/tests/unit/GooglePlacesUtilsTest.ts @@ -1,6 +1,6 @@ /* eslint-disable @typescript-eslint/naming-convention */ -import * as GooglePlacesUtils from '../../src/libs/GooglePlacesUtils'; -import type {AddressComponent, AddressTerm, FieldsToExtract} from '../../src/libs/GooglePlacesUtils'; +import * as GooglePlacesUtils from '@src/libs/GooglePlacesUtils'; +import type {AddressComponent, AddressTerm, FieldsToExtract} from '@src/libs/GooglePlacesUtils'; const standardObjectToFind: FieldsToExtract = { sublocality: 'long_name',