Responsive navbar
This commit is contained in:
14
web/src/layouts/NavbarLayout/NavbarLayout.test.tsx
Normal file
14
web/src/layouts/NavbarLayout/NavbarLayout.test.tsx
Normal file
@ -0,0 +1,14 @@
|
||||
import { render } from '@redwoodjs/testing/web'
|
||||
|
||||
import NavbarLayout from './NavbarLayout'
|
||||
|
||||
// Improve this test with help from the Redwood Testing Doc:
|
||||
// https://redwoodjs.com/docs/testing#testing-pages-layouts
|
||||
|
||||
describe('NavbarLayout', () => {
|
||||
it('renders successfully', () => {
|
||||
expect(() => {
|
||||
render(<NavbarLayout />)
|
||||
}).not.toThrow()
|
||||
})
|
||||
})
|
Reference in New Issue
Block a user