Cleaning up back copy-paste job
This commit is contained in:
parent
eb384831fe
commit
927718832b
@ -6,9 +6,7 @@ import { Footer } from 'components/Footer';
|
|||||||
describe('Footer', () => {
|
describe('Footer', () => {
|
||||||
test('rendering', () => {
|
test('rendering', () => {
|
||||||
const component = shallow(
|
const component = shallow(
|
||||||
<Footer>
|
<Footer/>
|
||||||
<p>Content</p>
|
|
||||||
</Footer>
|
|
||||||
);
|
);
|
||||||
expect(component).toMatchSnapshot();
|
expect(component).toMatchSnapshot();
|
||||||
});
|
});
|
||||||
|
@ -19,9 +19,7 @@ describe('Header', () => {
|
|||||||
|
|
||||||
test('rendering', () => {
|
test('rendering', () => {
|
||||||
const component = shallow(
|
const component = shallow(
|
||||||
<Header>
|
<Header/>
|
||||||
<p>Content</p>
|
|
||||||
</Header>
|
|
||||||
);
|
);
|
||||||
expect(component).toMatchSnapshot();
|
expect(component).toMatchSnapshot();
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user