From 8c356b0a44abe36ff7ff6789449bd2edc71b30fe Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Mon, 24 Feb 2025 20:17:41 +0100 Subject: [PATCH] remove comments --- src/Components/Input/TextAreaInput.spec.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Components/Input/TextAreaInput.spec.tsx b/src/Components/Input/TextAreaInput.spec.tsx index 4e503f9f..2f150704 100644 --- a/src/Components/Input/TextAreaInput.spec.tsx +++ b/src/Components/Input/TextAreaInput.spec.tsx @@ -5,10 +5,6 @@ import { TagsProvider } from '#components/Map/hooks/useTags' import { TextAreaInput } from './TextAreaInput' -// import { useTags } from '#components/Map/hooks/useTags' - -// vi.mock('#components/Map/hooks/useTags') - describe('', () => { let wrapper: ReturnType