Currently there is no testing implemented for the frontend which could allow for a change to inadvertently break things until discovered manually. Tests should be written to confirm that one change doesn't break other functionality. [Jest](https://jestjs.io/) seems to be the testing framework included with create-react-app.