mirror of
https://github.com/strapi/strapi.git
synced 2025-08-12 02:38:21 +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 { 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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user