From 5a35c7fb6e72ddfa85d2268d4f790acc5a4aa87f Mon Sep 17 00:00:00 2001 From: Kimmo Puputti Date: Mon, 23 Oct 2017 15:08:40 +0300 Subject: [PATCH] Make TODO comments into notes --- .../EditListingLocationForm/EditListingLocationForm.test.js | 2 +- .../EditListingPhotosForm/EditListingPhotosForm.test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/containers/EditListingLocationForm/EditListingLocationForm.test.js b/src/containers/EditListingLocationForm/EditListingLocationForm.test.js index f40e0dba..ac39197b 100644 --- a/src/containers/EditListingLocationForm/EditListingLocationForm.test.js +++ b/src/containers/EditListingLocationForm/EditListingLocationForm.test.js @@ -1,4 +1,4 @@ -// TODO: renderdeep doesn't work due to Google Maps API integration +// NOTE: renderdeep doesn't work due to Google Maps API integration import React from 'react'; import { renderShallow } from '../../util/test-helpers'; import { fakeIntl, fakeFormProps } from '../../util/test-data'; diff --git a/src/containers/EditListingPhotosForm/EditListingPhotosForm.test.js b/src/containers/EditListingPhotosForm/EditListingPhotosForm.test.js index aaed1673..729bb2ec 100644 --- a/src/containers/EditListingPhotosForm/EditListingPhotosForm.test.js +++ b/src/containers/EditListingPhotosForm/EditListingPhotosForm.test.js @@ -1,4 +1,4 @@ -// TODO: renderdeep doesn't work due to +// NOTE: renderdeep doesn't work due to // "Invariant Violation: getNodeFromInstance: Invalid argument." // refs and findDOMNode are not supported by react-test-renderer // (react-sortable-hoc uses them)