moving to static test

This commit is contained in:
Nicholas Orlowsky 2021-09-12 10:57:38 -05:00
parent a7fb6e02a0
commit 6d33f9bead
3 changed files with 1080 additions and 20203 deletions

View file

@ -3,8 +3,9 @@ import ReactDOM from 'react-dom';
import './index.css';
import App from './App';
import reportWebVitals from './reportWebVitals';
import { render } from 'react-snapshot';
ReactDOM.render(
render(
<React.StrictMode>
<App />
</React.StrictMode>,