remove comments

This commit is contained in:
Moriz Wahl 2025-02-24 20:17:41 +01:00
parent 2b0411a37c
commit 8c356b0a44

View File

@ -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('<TextAreaInput />', () => {
let wrapper: ReturnType<typeof render>