import React from 'react' import { render, screen } from '@testing-library/react' import { Truncate } from './Truncate' describe('Truncate', () => { it('exists', async () => { render(Testing) await screen.findByText('Testing') }) })