diff --git a/frontend/components/Document/components/DocumentHtml/DocumentHtml.test.js b/frontend/components/Document/components/DocumentHtml/DocumentHtml.test.js deleted file mode 100644 index 520ef061f..000000000 --- a/frontend/components/Document/components/DocumentHtml/DocumentHtml.test.js +++ /dev/null @@ -1,16 +0,0 @@ -/* eslint-disable */ -import React from 'react'; -import ReactDOM from 'react-dom'; -import DocumentHtml from './DocumentHtml'; -import { shallow } from 'enzyme'; - -const testHtml = ` -
Hello! internal link
-Aliens external link
-`; - -test('renders', () => { - const wrapper = shallow(