feat: interact with user settings/profile (#9)
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
import { render } from '@testing-library/react'
|
||||
|
||||
import { Button } from './'
|
||||
import { Button } from '.'
|
||||
|
||||
describe('<Button />', () => {
|
||||
it('should render', async () => {
|
||||
it('should render', () => {
|
||||
const { getByText } = render(<Button>Submit</Button>)
|
||||
expect(getByText('Submit')).toBeInTheDocument()
|
||||
})
|
||||
|
Reference in New Issue
Block a user