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/layout/Page.spec.tsx
Normal file
10
webui/src/layout/Page.spec.tsx
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import Page from './Page'
|
||||
|
||||
import { renderWithProviders } from 'utils/test'
|
||||
|
||||
describe('<Page />', () => {
|
||||
it('should render an empty page', () => {
|
||||
const { getByTestId } = renderWithProviders(<Page title="Test" />)
|
||||
expect(getByTestId('Test page')).toBeInTheDocument()
|
||||
})
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue