Skip to content
Snippets Groups Projects
ParticipantViewPage.test.tsx 212 B
Newer Older
  • Learn to ignore specific revisions
  • import { render } from '@testing-library/react'
    import React from 'react'
    import ParticipantViewPage from './ParticipantViewPage'
    
    it('renders participant view page', () => {
      render(<ParticipantViewPage />)
    })