Phase 5 cleanup
This commit is contained in:
parent
5536acd67d
commit
76a516a417
136 changed files with 6322 additions and 1985 deletions
|
|
@ -13,9 +13,11 @@ import DashboardLayout from '../layout';
|
|||
|
||||
describe('DashboardLayout', () => {
|
||||
it('renders sidebar, topbar and children', () => {
|
||||
render(<DashboardLayout>
|
||||
<div data-testid="child">content</div>
|
||||
</DashboardLayout>);
|
||||
render(
|
||||
<DashboardLayout>
|
||||
<div data-testid="child">content</div>
|
||||
</DashboardLayout>,
|
||||
);
|
||||
|
||||
expect(screen.getByTestId('sidebar')).toBeInTheDocument();
|
||||
expect(screen.getByTestId('topbar')).toBeInTheDocument();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue