mirror of
https://github.com/captbaritone/webamp
synced 2024-11-23 08:39:15 +00:00
Delete unused test
This commit is contained in:
parent
9d874a69db
commit
3aa7c849b5
@ -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);
|
|
||||||
});
|
|
Loading…
Reference in New Issue
Block a user