fixing another import path

This commit is contained in:
Bassel 2023-01-17 14:48:35 +02:00
parent 8f2276f072
commit 9e00d3ba42

View File

@ -2,7 +2,7 @@ import { getStrapiFactory } from '../../__tests__/test-utils';
import { createTransferHandler } from '../remote/handlers'; import { createTransferHandler } from '../remote/handlers';
import register from '../register'; import register from '../register';
import { TRANSFER_PATH } from '../../../lib/strapi/remote/constants'; import { TRANSFER_PATH } from '../remote/constants';
afterEach(() => { afterEach(() => {
jest.clearAllMocks(); jest.clearAllMocks();