mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
typecheck fix
This commit is contained in:
parent
193670ed5f
commit
d27812fc51
@ -1,7 +1,7 @@
|
|||||||
import React from 'react'
|
import React from 'react'
|
||||||
import { render } from '@testing-library/react'
|
import { render } from '@testing-library/react'
|
||||||
import Publish from '../../../src/components/pages/Publish'
|
import Publish from '../../../src/components/pages/Publish'
|
||||||
import content from '../../../content/pages/index.json'
|
import content from '../../../content/pages/publish/index.json'
|
||||||
|
|
||||||
describe('Home', () => {
|
describe('Home', () => {
|
||||||
it('renders without crashing', () => {
|
it('renders without crashing', () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user