Migrate Traefik Proxy dashboard UI to React
This commit is contained in:
parent
4790e4910f
commit
f16fff577a
324 changed files with 28303 additions and 19567 deletions
10
webui/src/App.spec.tsx
Normal file
10
webui/src/App.spec.tsx
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
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()
|
||||
})
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue