fix: remove the error/success icons in <FormState />

This commit is contained in:
Divlo
2022-08-29 20:04:24 +02:00
parent 88f1cedcdc
commit c4bb7c9b17
5 changed files with 16 additions and 47 deletions

View File

@ -1,10 +0,0 @@
import { render } from '@testing-library/react'
import { Header } from '.'
describe('<Header />', () => {
it('should render', () => {
const { getByText } = render(<Header />)
expect(getByText('Thream')).toBeInTheDocument()
})
})