From 2b0411a37c574ff79087e6e3b7a74ea2c54ff2f6 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Mon, 24 Feb 2025 20:15:08 +0100 Subject: [PATCH] fix errors that came by the docs typecheck --- src/Components/Input/TextAreaInput.spec.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/Components/Input/TextAreaInput.spec.tsx b/src/Components/Input/TextAreaInput.spec.tsx index ab906fb2..4e503f9f 100644 --- a/src/Components/Input/TextAreaInput.spec.tsx +++ b/src/Components/Input/TextAreaInput.spec.tsx @@ -21,16 +21,12 @@ describe('', () => { initialTags={[ { color: '#b3242f', - date_created: '2024-11-09T07:57:04', id: '03b41b63-4530-4754-95cf-0abf8f9db476', - map: '3af4863a-7435-4487-aad9-146563ee8e02', name: 'Feuer', - offer_or_need: null, - user_created: null, }, ]} > - + , ) }) @@ -48,7 +44,7 @@ describe('', () => { describe('labelTitle', () => { it('sets label', () => { - wrapper.rerender() + wrapper.rerender() expect(wrapper.container.firstChild).toMatchSnapshot() }) })