diff options
| author | Yuval Adam <_@yuv.al> | 2022-08-29 10:24:51 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2022-08-29 10:24:51 +0300 |
| commit | 44a1c5b7e62e83af4d670e011f5998b9b8aedfef (patch) | |
| tree | 4ad1299c0f5ba83a6d7783bdc0d6d649c037072b /src/Geshem.test.js | |
| parent | 5e346930cb9e0672e15fbda4621a9b72e8b072e4 (diff) | |
Update all .tsx files and remove unused
Diffstat (limited to 'src/Geshem.test.js')
| -rw-r--r-- | src/Geshem.test.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Geshem.test.js b/src/Geshem.test.js deleted file mode 100644 index 185b1f4..0000000 --- a/src/Geshem.test.js +++ /dev/null @@ -1,9 +0,0 @@ -import React from 'react'; -import ReactDOM from 'react-dom'; -import Geshem from './Geshem'; - -it('renders without crashing', () => { - const div = document.createElement('div'); - ReactDOM.render(<Geshem />, div); - ReactDOM.unmountComponentAtNode(div); -}); |
