1
Fork 0

Remove unused App.test.js file

This commit is contained in:
viktorstrate 2020-09-27 23:06:26 +02:00
parent 7665876b3a
commit 885748905a
1 changed files with 0 additions and 9 deletions

View File

@ -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)
})