Skip to content

Commit

Permalink
modify imports to use @src
Browse files Browse the repository at this point in the history
  • Loading branch information
JKobrynski committed Feb 9, 2024
1 parent 0052fae commit e98afd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/GooglePlacesUtilsTest.ts
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit e98afd1

Please sign in to comment.