/
dedaMazai
/
ReactContext
Обзор
Документация
Войти
/
dedaMazai
/
ReactContext
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/App.test.js
9 строк
280 B
Andrey Chipizubov
fix
05 май 2023, 13:00
05 май 2023, 13:00
c3893aa
Код
Авторство
О чём код?
import React from 'react'; import { render } from '@testing-library/react'; import App from './App'; test('renders learn react link', () => { const { getByText } = render(<App />); const linkElement = getByText(/learn react/i); expect(linkElement).toBeInTheDocument(); });