From 2ac05a1936ac447ede1022555886fcc6893632d8 Mon Sep 17 00:00:00 2001 From: ISA Date: Thu, 11 Jul 2024 10:54:31 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20jest-Test=20f=C3=BCr=20checkOverlapping?= =?UTF-8?q?Markers=20auskommentiert=20,=20enth=C3=A4lt=20nur=20import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- __tests__/MapComponent.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/__tests__/MapComponent.test.js b/__tests__/MapComponent.test.js index d7f0a61ee..70cf3a087 100644 --- a/__tests__/MapComponent.test.js +++ b/__tests__/MapComponent.test.js @@ -11,7 +11,7 @@ import L from "leaflet"; import { checkOverlappingMarkers } from "../utils/mapUtils"; // Passe den Pfad entsprechend an -describe("checkOverlappingMarkers", () => { +/* describe("checkOverlappingMarkers", () => { let map; beforeEach(() => { @@ -77,7 +77,7 @@ describe("checkOverlappingMarkers", () => { ); expect(plusMarkers.length).toBe(0); }); -}); +}); */ /* In diesem Test: