some example frontend tests with jest and react testing library
Compare changes
+ 16
− 0
A simple Jest and React Testing Library setup to evaluate.
Added dependencies:
The bundle is updated because some library versions were updated.
The fetch calls are currently mocked, but this should be replaced with the Mock Service Worker library which spins up a small server to return the required data so that the fetch mock can be replaced.
Example tests: