1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

typecheck fix

This commit is contained in:
Matthias Kretschmann 2021-02-22 17:18:40 +01:00
parent 193670ed5f
commit d27812fc51
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -1,7 +1,7 @@
import React from 'react'
import { render } from '@testing-library/react'
import Publish from '../../../src/components/pages/Publish'
import content from '../../../content/pages/index.json'
import content from '../../../content/pages/publish/index.json'
describe('Home', () => {
it('renders without crashing', () => {