From 6b54e63d1b9ea465885d4406acc50e8d858fcc14 Mon Sep 17 00:00:00 2001 From: Ashwanth K <cb.en.u4cse19305@cb.students.amrita.edu> Date: Sun, 27 Dec 2020 20:29:20 +0530 Subject: [PATCH] Upload New File --- client/src/App.test.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 client/src/App.test.js diff --git a/client/src/App.test.js b/client/src/App.test.js new file mode 100644 index 0000000..a754b20 --- /dev/null +++ b/client/src/App.test.js @@ -0,0 +1,9 @@ +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); +}); -- GitLab