/
VladNair
/
Hello_world
Обзор
Документация
Войти
/
VladNair
/
Hello_world
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/App.test.js
8 строк
246 B
VladNair
first_commit
23 окт 2025, 18:57
23 окт 2025, 18:57
14583a1
Код
Авторство
О чём код?
import { render, screen } from '@testing-library/react'; import App from './App'; test('renders learn react link', () => { render(<App />); const linkElement = screen.getByText(/learn react/i); expect(linkElement).toBeInTheDocument(); });