mirror of
https://github.com/strapi/strapi.git
synced 2025-08-12 10:48:12 +00:00
fixing another import path
This commit is contained in:
parent
8f2276f072
commit
9e00d3ba42
@ -2,7 +2,7 @@ import { getStrapiFactory } from '../../__tests__/test-utils';
|
||||
|
||||
import { createTransferHandler } from '../remote/handlers';
|
||||
import register from '../register';
|
||||
import { TRANSFER_PATH } from '../../../lib/strapi/remote/constants';
|
||||
import { TRANSFER_PATH } from '../remote/constants';
|
||||
|
||||
afterEach(() => {
|
||||
jest.clearAllMocks();
|
||||
|
Loading…
x
Reference in New Issue
Block a user