import React from 'react'
import { render } from '@testing-library/react'

it('should render with the correct text', () => {
  // const rendered = getByText('hello from BasicReport')

  expect(true).toBeTruthy()
})
