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)