Fix import file on test.

This commit is contained in:
Gilmar Quinelato 2017-09-01 16:40:55 -03:00
parent 1ed35eaf5e
commit 9d8b239e49
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import 'react-native';
import React from 'react';
import RoomItem from '../app/components/RoomItem';
import RoomItem from '../app/presentation/RoomItem';
// Note: test renderer must be required after react-native.
import renderer from 'react-test-renderer';