issues-103 Add landing page copy
Trying to "sell" the website and the concept of code-cad
This commit is contained in:
11
web/src/components/LandingSection/LandingSection.test.js
Normal file
11
web/src/components/LandingSection/LandingSection.test.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import { render } from '@redwoodjs/testing'
|
||||
|
||||
import LandingSection from './LandingSection'
|
||||
|
||||
describe('LandingSection', () => {
|
||||
it('renders successfully', () => {
|
||||
expect(() => {
|
||||
render(<LandingSection />)
|
||||
}).not.toThrow()
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user