Skip to content

Commit 6fdcd63

Browse files
committed
fix jest test
1 parent 5f8d91d commit 6fdcd63

1 file changed

Lines changed: 0 additions & 33 deletions

File tree

  • x-pack/plugins/security_solution/public/explore/network/components/embeddables/__mocks__

x-pack/plugins/security_solution/public/explore/network/components/embeddables/__mocks__/mock.ts

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -399,35 +399,13 @@ const mockApmDataStreamClientServerLineLayer = {
399399
};
400400

401401
export const mockLayerList = [
402-
{
403-
sourceDescriptor: { type: 'EMS_TMS', isAutoSelect: true },
404-
id: 'uuidv4()',
405-
label: null,
406-
minZoom: 0,
407-
maxZoom: 24,
408-
alpha: 1,
409-
visible: true,
410-
style: null,
411-
type: LAYER_TYPE.EMS_VECTOR_TILE,
412-
},
413402
mockLineLayer,
414403
mockDestinationLayer,
415404
mockSourceLayer,
416405
mockLayerGroup,
417406
];
418407

419408
export const mockLayerListDouble = [
420-
{
421-
sourceDescriptor: { type: 'EMS_TMS', isAutoSelect: true },
422-
id: 'uuidv4()',
423-
label: null,
424-
minZoom: 0,
425-
maxZoom: 24,
426-
alpha: 1,
427-
visible: true,
428-
style: null,
429-
type: LAYER_TYPE.EMS_VECTOR_TILE,
430-
},
431409
mockLineLayer,
432410
mockDestinationLayer,
433411
mockSourceLayer,
@@ -439,17 +417,6 @@ export const mockLayerListDouble = [
439417
];
440418

441419
export const mockLayerListMixed = [
442-
{
443-
sourceDescriptor: { type: 'EMS_TMS', isAutoSelect: true },
444-
id: 'uuidv4()',
445-
label: null,
446-
minZoom: 0,
447-
maxZoom: 24,
448-
alpha: 1,
449-
visible: true,
450-
style: null,
451-
type: LAYER_TYPE.EMS_VECTOR_TILE,
452-
},
453420
mockLineLayer,
454421
mockDestinationLayer,
455422
mockSourceLayer,

0 commit comments

Comments
 (0)