1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00
This commit is contained in:
Matthias Kretschmann 2020-10-02 14:48:30 +02:00
parent 9e2baac34c
commit 5c9eb91371
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -11,9 +11,7 @@ import content from '../../../content/pages/publish.json'
describe('PublishForm', () => { describe('PublishForm', () => {
it('renders without crashing', async () => { it('renders without crashing', async () => {
const { container } = render( const { container } = render(<PublishForm content={content.form} />)
<PublishForm content={content.form} isLoading={null} />
)
expect(container.firstChild).toBeInTheDocument() expect(container.firstChild).toBeInTheDocument()
}) })