From ce0c9089db37d45472bc440f60276c80b04e2a36 Mon Sep 17 00:00:00 2001 From: cybice Date: Sun, 4 Oct 2015 01:01:52 +0300 Subject: [PATCH] Clean tests --- test/components/GoogleMap.spec.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/test/components/GoogleMap.spec.js b/test/components/GoogleMap.spec.js index 5780f2f..98b9fb3 100644 --- a/test/components/GoogleMap.spec.js +++ b/test/components/GoogleMap.spec.js @@ -69,7 +69,7 @@ describe('Components', () => { class MapHolder extends Component { // eslint-disable-line react/no-multi-comp static propTypes = { - center: PropTypes.array, + center: PropTypes.any, zoom: PropTypes.number, greatPlaceCoords: PropTypes.any, }; @@ -117,7 +117,7 @@ describe('Components', () => { class MapHolder extends Component { // eslint-disable-line react/no-multi-comp static propTypes = { - center: PropTypes.array, + center: PropTypes.any, zoom: PropTypes.number, greatPlaceCoords: PropTypes.any, }; @@ -160,6 +160,9 @@ describe('Components', () => { TestUtils.renderIntoDocument(