mirror of
https://github.com/strapi/strapi.git
synced 2025-11-03 11:25:17 +00:00
remove extraneous strapi
This commit is contained in:
parent
e867e702c6
commit
0f3709da7c
@ -7,10 +7,6 @@ import {
|
||||
ITransferEngineOptions,
|
||||
} from '../../../types';
|
||||
|
||||
import { getStrapiFactory } from '../../__tests__/test-utils';
|
||||
|
||||
const strapiFactory = getStrapiFactory({});
|
||||
|
||||
const providerStages = ['bootstrap', 'close'];
|
||||
|
||||
const getMockSourceStream = (data: Iterable<any> = ['foo', 'bar']) => {
|
||||
@ -224,14 +220,11 @@ describe('Transfer engine', () => {
|
||||
exclude: [],
|
||||
} as ITransferEngineOptions;
|
||||
|
||||
let strapi = strapiFactory();
|
||||
|
||||
let completeSource;
|
||||
let completeDestination;
|
||||
|
||||
beforeEach(() => {
|
||||
jest.restoreAllMocks();
|
||||
strapi = strapiFactory();
|
||||
completeSource = createSource();
|
||||
completeDestination = createDestination();
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user