Explorar el Código

Delete broken test

Kirk Trombley hace 4 años
padre
commit
31fbde827f
Se han modificado 1 ficheros con 0 adiciones y 9 borrados
  1. 0 9
      src/App.test.js

+ 0 - 9
src/App.test.js

@@ -1,9 +0,0 @@
-import React from 'react';
-import ReactDOM from 'react-dom';
-import App from './App';
-
-it('renders without crashing', () => {
-  const div = document.createElement('div');
-  ReactDOM.render(<App />, div);
-  ReactDOM.unmountComponentAtNode(div);
-});