Newer
Older
import { render } from '@testing-library/react'
import React from 'react'
import ParticipantViewPage from './ParticipantViewPage'
it('renders participant view page', () => {
render(<ParticipantViewPage />)
})
import { render } from '@testing-library/react'
import React from 'react'
import ParticipantViewPage from './ParticipantViewPage'
it('renders participant view page', () => {
render(<ParticipantViewPage />)
})