mirror of
https://github.com/captbaritone/webamp
synced 2024-11-23 00:34:42 +00:00
Delete unused test
This commit is contained in:
parent
cf5e7e8de4
commit
20d48b4b3d
@ -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