1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-07-01 06:02:08 +02:00
blog/src/components/organisms/Footer.test.tsx

8 lines
163 B
TypeScript
Raw Normal View History

2019-11-24 14:29:25 +01:00
import React from 'react'
2022-05-12 01:00:19 +02:00
import testRender from '../../../.jest/testRender'
2019-11-24 14:29:25 +01:00
import Footer from './Footer'
describe('Footer', () => {
testRender(<Footer />)
})