// Copyright (c) 2019 Shellyl_N and Authors // license: ISC // https://github.com/shellyln import React from 'react'; import ReactDOM from 'react-dom'; // import SettingsView from './SettingsView'; it('renders without crashing', () => { const div = document.createElement('div'); // ReactDOM.render(, div); ReactDOM.render(, div); ReactDOM.unmountComponentAtNode(div); });