mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
lint fix
This commit is contained in:
parent
9e2baac34c
commit
5c9eb91371
@ -11,9 +11,7 @@ import content from '../../../content/pages/publish.json'
|
||||
|
||||
describe('PublishForm', () => {
|
||||
it('renders without crashing', async () => {
|
||||
const { container } = render(
|
||||
<PublishForm content={content.form} isLoading={null} />
|
||||
)
|
||||
const { container } = render(<PublishForm content={content.form} />)
|
||||
expect(container.firstChild).toBeInTheDocument()
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user