/
githubmirror
/
traefik
Обзор
Документация
Войти
/
githubmirror
/
traefik
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
webui/src/App.spec.tsx
10 строк
276 B
Gina A.
Migrate Traefik Proxy dashboard UI to React
28 май 2025, 12:26
Не верифицирован
28 май 2025, 12:26
f16fff5
Код
Авторство
О чём код?
import App from './App' import { render } from 'utils/test' describe('<App />', () => { test('renders without crashing the initial page (dashboard)', () => { const { getByTestId } = render(<App />) expect(getByTestId('proxy-main-nav')).toBeInTheDocument() }) })