Skip to content
This repository has been archived by the owner on Oct 3, 2019. It is now read-only.

Commit

Permalink
HOTFIX #189 colocando rotas
Browse files Browse the repository at this point in the history
Signed-off-by: Guilherme Deusdará <[email protected]>
Signed-off-by: Felipe Campos <[email protected]>

Co-authored-by: Guilherme Deusdará <[email protected]>
Co-authored-by: Felipe Campos <[email protected]>
  • Loading branch information
gdeusdara and Felipe Campos committed Apr 21, 2018
1 parent 9c2b68b commit a0299b3
Show file tree
Hide file tree
Showing 6 changed files with 1,910 additions and 1,098 deletions.
11 changes: 11 additions & 0 deletions __tests__/SectorsScreen.test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import 'react-native';
import React from 'react';
import SectorsScreen from '../src/Screens/SectorsScreen';
import renderer from 'react-test-renderer';

it('renders correctly', () => {
const tree = renderer
.create(<SectorsScreen />)
.toJSON();
expect(tree).toMatchSnapshot();
});
Loading

0 comments on commit a0299b3

Please sign in to comment.