Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit 82b7b75

Browse files
committed
✅ (Instagram) simply test that render is not broken
1 parent 42b3fc1 commit 82b7b75

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import React from 'react';
2+
import TestRenderer from 'react-test-renderer';
3+
import { Instagram } from 'react-feather';
4+
5+
describe('Instagram', () => {
6+
it('renders', () => {
7+
TestRenderer.create(<Instagram />);
8+
});
9+
});

0 commit comments

Comments
 (0)