Issue increase test coverage
I improved the test coverage in several files, Restructured the Download Modal, added additional files for the api mocking.
- Improved test coverage in
-
Restructured DownloadModal => no logic is stored in the component anymore
-
excluded some files from the coverage report
- App.js and index.js => testing them (without snapshot) testing corresponds to full system tests
- download functionality as it is extremely hard to setup and even harder to compare the result (e.g. for the PDF).
Edited by Marcus Hardt