UNPKG

creba-template

Version:

The base template for Create Reblend App.

9 lines (7 loc) 252 B
import { render, screen } from '@testing-library/reblend'; import App from './App'; test('renders learn reblend link', () => { render(<App />); const linkElement = screen.getByText(/learn reblend/i); expect(linkElement).toBeInTheDocument(); });