diff --git a/common/tests/unit/socials.test.ts b/common/tests/unit/socials.test.ts index fe85cf87..36fcbd4f 100644 --- a/common/tests/unit/socials.test.ts +++ b/common/tests/unit/socials.test.ts @@ -1,4 +1,4 @@ -import {getSocialUrl, strip} from '../../src/socials' +import {getSocialUrl, strip} from 'common/socials' import {discordLink} from "common/src/constants"; describe('strip', () => {