feat: coming soon
This commit is contained in:
10
generators/component/Component.test.tsx.hbs
Normal file
10
generators/component/Component.test.tsx.hbs
Normal file
@ -0,0 +1,10 @@
|
||||
import { render } from '@testing-library/react'
|
||||
|
||||
import { {{ properCase name }} } from './{{ properCase name }}'
|
||||
|
||||
describe('<{{ properCase name }} />', () => {
|
||||
it('should render successfully', () => {
|
||||
const { baseElement } = render(<{{ properCase name }} />)
|
||||
expect(baseElement).toBeTruthy()
|
||||
})
|
||||
})
|
Reference in New Issue
Block a user