Skip to content

Commit

Permalink
✅ (Instagram) simply test that render is not broken
Browse files Browse the repository at this point in the history
  • Loading branch information
tpucci committed Jul 27, 2019
1 parent 42b3fc1 commit 82b7b75
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions example/src/canals/Instagram/__tests__/Instagram.test.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import React from 'react';
import TestRenderer from 'react-test-renderer';
import { Instagram } from 'react-feather';

describe('Instagram', () => {
it('renders', () => {
TestRenderer.create(<Instagram />);
});
});

0 comments on commit 82b7b75

Please sign in to comment.